This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, ezio.melotti, hynek, lemburg, ncoghlan, pitrou, serhiy.storchaka, stutzbach, vstinner
Date 2014-01-27.09:55:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390816556.97.0.764787521437.issue20405@psf.upfronthosting.co.za>
In-reply-to
Content
That doesn't sound terribly useful indeed. The "hex" example is a toy example. Real-world examples would involve compression (zlib...) but then it is probably much more efficient to have a dedicated implementation (GzipFile) rather than blindly call zlib.compress() or zlib.decompress() at each round.
History
Date User Action Args
2014-01-27 09:55:57pitrousetrecipients: + pitrou, lemburg, ncoghlan, vstinner, benjamin.peterson, stutzbach, ezio.melotti, hynek, serhiy.storchaka
2014-01-27 09:55:56pitrousetmessageid: <1390816556.97.0.764787521437.issue20405@psf.upfronthosting.co.za>
2014-01-27 09:55:56pitroulinkissue20405 messages
2014-01-27 09:55:56pitroucreate