[Python-Dev] [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sun Apr 3 20:02:21 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
- 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 ]
On Sun, 03 Apr 2011 18:55:33 +0200 Éric Araujo <merwok at netwok.org> wrote:
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
fileobjconstructor 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.
Nadeem is already in Misc/ACKS. I don't know what the policy is for Doc/ACKS.txt, but since he added himself in the patch, I saw no good reason for reverting the change.
+1 for merging these files by the way.
Regards
Antoine.
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
- 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 ]