summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-02 04:03:44 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-02 04:03:44 (GMT)
commit28f635b06742c3fbd7fae0eafcc2682a5086b623 (patch)
treef453550c2723f8fd26cdf64b750989daf15b933a /Misc
parent3096c53eaa9837ed7e230c244cf453f091e1842c (diff)
downloadcpython-28f635b06742c3fbd7fae0eafcc2682a5086b623.zip
cpython-28f635b06742c3fbd7fae0eafcc2682a5086b623.tar.gz
cpython-28f635b06742c3fbd7fae0eafcc2682a5086b623.tar.bz2
Remove 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 accbcd0..41d5475 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -430,9 +430,6 @@ Library
- Bug #1413790: zipfile now sanitizes absolute archive names that are
not allowed by the specs.
-- Bug #1413790: zipfile now sanitizes absolute archive names that are
- not allowed by the specs.
-
- Patch #1215184: FileInput now can be given an opening hook which can
be used to control how files are opened.