summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-04-03 15:05:46 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-04-03 15:05:46 (GMT)
commit37dc5f85b82292787092dd61b937ee616a2d93b0 (patch)
tree73d2853fc8ee25cbd3e43baa8e2f46a409f6c88f /Misc
parent0f535013c54955164388d3bf11858b9e42bed39e (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45e9999..bba0f44 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,10 @@ Core and Builtins
Library
-------
+- 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.
+
- unittest.TestCase.assertSameElements has been removed.
- sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not