summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-20 19:59:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-20 19:59:33 (GMT)
commitc46d1faa4a4b483f2b241bfbe932824d54f2f026 (patch)
tree0dd3bdb38e220d2cf15dcad1a139a4f7216192d6 /Misc
parentab0ac27d24076a2a09e3d8de97055a2fc978709f (diff)
parent9b7a1a1af6de71411102e2b95ee3f654cb0cc700 (diff)
downloadcpython-c46d1faa4a4b483f2b241bfbe932824d54f2f026.zip
cpython-c46d1faa4a4b483f2b241bfbe932824d54f2f026.tar.gz
cpython-c46d1faa4a4b483f2b241bfbe932824d54f2f026.tar.bz2
Issue #20262: Warnings are raised now when duplicate names are added in the
ZIP file or too long ZIP file comment is truncated.
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 19e2a6e..66d65f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- Issue #20262: Warnings are raised now when duplicate names are added in the
+ ZIP file or too long ZIP file comment is truncated.
+
- Issue #20165: The unittest module no longer considers tests marked with
@expectedFailure successful if they pass.