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 275593b..47e2859 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -226,6 +226,9 @@ Extension modules
- itertools.izip() with no arguments now returns an empty iterator instead
of raising a TypeError exception.
+- Fixed #853061: allow BZ2Compressor.compress() to receive an empty string
+ as parameter.
+
Library
-------