diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -372,6 +372,12 @@ Extension Modules 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. |