Nikolaus Rath added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to