diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-03 15:05:46 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-03 15:05:46 (GMT) |
commit | 37dc5f85b82292787092dd61b937ee616a2d93b0 (patch) | |
tree | 73d2853fc8ee25cbd3e43baa8e2f46a409f6c88f /Doc/ACKS.txt | |
parent | 0f535013c54955164388d3bf11858b9e42bed39e (diff) | |
download | cpython-37dc5f85b82292787092dd61b937ee616a2d93b0.zip cpython-37dc5f85b82292787092dd61b937ee616a2d93b0.tar.gz cpython-37dc5f85b82292787092dd61b937ee616a2d93b0.tar.bz2 |
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.
Diffstat (limited to 'Doc/ACKS.txt')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index 7f67d36..755f647 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -202,6 +202,7 @@ docs@python.org), and we'll be glad to correct the problem. * Jim Tittsler * David Turner * Ville Vainio + * Nadeem Vawda * Martijn Vries * Charles G. Waldman * Greg Ward |