Hi, > changeset: 69112:2cb07a46f4b5 > user: Antoine Pitrou <solip...@pitrou.net> > date: Sun Apr 03 17:05:46 2011 +0200 > summary: > 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. > > files: > Doc/ACKS.txt | 1 +
I think we use Misc/ACKS for code+docs contribution like this one, Doc/ACKS.txt being used for doc-only changes. This second file is not comprehensive nor always used though, so maybe it should be superseded by the former. Regards > Doc/library/bz2.rst | 221 +- > Lib/bz2.py | 392 +++++ > Lib/test/test_bz2.py | 142 +- > Misc/NEWS | 4 + > Modules/bz2module.c | 2281 ++++------------------------- > PCbuild/bz2.vcproj | 4 +- > PCbuild/pcbuild.sln | 2 +- > PCbuild/readme.txt | 6 +- > setup.py | 4 +- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com