diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-02 04:03:44 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-02 04:03:44 (GMT) |
commit | 28f635b06742c3fbd7fae0eafcc2682a5086b623 (patch) | |
tree | f453550c2723f8fd26cdf64b750989daf15b933a /Misc | |
parent | 3096c53eaa9837ed7e230c244cf453f091e1842c (diff) | |
download | cpython-28f635b06742c3fbd7fae0eafcc2682a5086b623.zip cpython-28f635b06742c3fbd7fae0eafcc2682a5086b623.tar.gz cpython-28f635b06742c3fbd7fae0eafcc2682a5086b623.tar.bz2 |
Remove duplicate entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |