summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-11-23 03:05:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-11-23 03:05:29 (GMT)
commit71f8dd7402fd5d05d8b1d4cd7b1dff6d17b0f489 (patch)
treee9284f163a2fd6de9c4b2aeb96f70ad350240fb5 /Misc
parentb37d9b46045aa7d4528292034cba1f678b186f8a (diff)
downloadcpython-71f8dd7402fd5d05d8b1d4cd7b1dff6d17b0f489.zip
cpython-71f8dd7402fd5d05d8b1d4cd7b1dff6d17b0f489.tar.gz
cpython-71f8dd7402fd5d05d8b1d4cd7b1dff6d17b0f489.tar.bz2
rm duplicate entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45eedc6..6192be6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,9 +13,6 @@ Core and Builtins
Library
-------
-- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
- entries. Patch by Dingyuan Wang.
-
What's New in Python 2.7.11?
============================