summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-08 13:58:56 (GMT)
committerLarry Hastings <larry@hastings.org>2015-05-08 13:58:56 (GMT)
commit809325459750897bedd393893869a076fa6655a6 (patch)
tree875647de5c9cbe75d4d64ecf62d652beb4f9f1b6 /Misc
parent0048835e49ac79e416b2318f39b7a696cb053384 (diff)
parent7e63b36f7f6975b3d7590fc1c12caf04c39b2e7e (diff)
downloadcpython-809325459750897bedd393893869a076fa6655a6.zip
cpython-809325459750897bedd393893869a076fa6655a6.tar.gz
cpython-809325459750897bedd393893869a076fa6655a6.tar.bz2
Merge from 3.4.
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 f7f14b7..9e007b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,9 @@ Library
Tests
-----
+- Issue #21520: test_zipfile no longer fails if the word 'bad' appears
+ anywhere in the name of the current directory.
+
- Issue #9517: Move script_helper into the support package.
Patch by Christie Wilson.