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 nikratio
Recipients Arfrever, christian.heimes, eric.araujo, martin.panter, nadeem.vawda, nikratio, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-01-31.18:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422729446.05.0.129216791237.issue15955@psf.upfronthosting.co.za>
In-reply-to
Content
On a more practical note: 

I believe Nadeem at one point said that the bz2 module is not exactly an example for good stdlib coding, while the lzma module's implementation is quite clean. Therefore

Therefore, one idea I had for the bz2 module was to "port" the lzma module to use the bzip2 library (instead of adding a max_size parameter to the bz2 module). Just something to consider if you find time to work on this before me.
History
Date User Action Args
2015-01-31 18:37:26nikratiosetrecipients: + nikratio, pitrou, vstinner, christian.heimes, nadeem.vawda, eric.araujo, Arfrever, python-dev, martin.panter, serhiy.storchaka
2015-01-31 18:37:26nikratiosetmessageid: <1422729446.05.0.129216791237.issue15955@psf.upfronthosting.co.za>
2015-01-31 18:37:26nikratiolinkissue15955 messages
2015-01-31 18:37:25nikratiocreate