]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Apr 2011 15:05:46 +0000 (17:05 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Apr 2011 15:05:46 +0000 (17:05 +0200)
commit37dc5f85b82292787092dd61b937ee616a2d93b0
tree73d2853fc8ee25cbd3e43baa8e2f46a409f6c88f
parent0f535013c54955164388d3bf11858b9e42bed39e
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
file-like objects using a new `fileobj` constructor argument.  Patch by
Nadeem Vawda.
Doc/ACKS.txt
Doc/library/bz2.rst
Lib/bz2.py [new file with mode: 0644]
Lib/test/test_bz2.py
Misc/NEWS
Modules/_bz2module.c [new file with mode: 0644]
Modules/bz2module.c [deleted file]
PCbuild/_bz2.vcproj [moved from PCbuild/bz2.vcproj with 94% similarity]
PCbuild/pcbuild.sln
PCbuild/readme.txt
setup.py