[Python-Dev] [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept (original) (raw)
Éric Araujo merwok at netwok.org
Sun Apr 3 18:55:33 CEST 2011
- Previous message: [Python-Dev] not possible to install python 3.2
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
changeset: 69112:2cb07a46f4b5 user: Antoine Pitrou <solipsis at 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/testbz2.py | 142 +- Misc/NEWS | 4 + Modules/bz2module.c | 2281 ++++------------------------- PCbuild/bz2.vcproj | 4 +- PCbuild/pcbuild.sln | 2 +- PCbuild/readme.txt | 6 +- setup.py | 4 +-
- Previous message: [Python-Dev] not possible to install python 3.2
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]