summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dc0391..e46e99d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- The bz2 module now contains an open() function, allowing compressed files to
+ conveniently be opened in text mode as well as binary mode.
+
- BZ2File.__init__() now accepts a file object as its first argument, rather
than requiring a separate "fileobj" argument.