summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-08-13 09:54:33 (GMT)
committerGeorg Brandl <georg@python.org>2011-08-13 09:54:33 (GMT)
commitd88e5af061c4c3206699fe7b86e736c42fdeba1c (patch)
tree8f1ac2f3c1df785a6a327f19433067d57f507277 /Misc
parentb3f0ce4d1ea6a48774af22e20b8f748c19f87462 (diff)
parent3abb372c810c13af4207124c175cfd0a842b5f56 (diff)
downloadcpython-d88e5af061c4c3206699fe7b86e736c42fdeba1c.zip
cpython-d88e5af061c4c3206699fe7b86e736c42fdeba1c.tar.gz
cpython-d88e5af061c4c3206699fe7b86e736c42fdeba1c.tar.bz2
Merge with cpython.
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 db2a741..ee05ddf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Core and Builtins
Library
-------
+- Issue #11513: Fix exception handling ``tarfile.TarFile.gzopen()`` when
+ the file cannot be opened.
+
- Issue #12687: Fix a possible buffering bug when unpickling text mode
(protocol 0, mostly) pickles.