This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients CristiFati, eryksun, lars.gustaebel, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-10-16.09:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602840082.66.0.380994927286.issue36534@roundup.psfhosted.org>
In-reply-to
Content
zipfile is also impacted by the issue of reserved Windows filenames like "NUL". ZipFile._sanitize_windows_name() does not handle them.
History
Date User Action Args
2020-10-16 09:21:22vstinnersetrecipients: + vstinner, paul.moore, lars.gustaebel, tim.golden, zach.ware, eryksun, steve.dower, CristiFati
2020-10-16 09:21:22vstinnersetmessageid: <1602840082.66.0.380994927286.issue36534@roundup.psfhosted.org>
2020-10-16 09:21:22vstinnerlinkissue36534 messages
2020-10-16 09:21:22vstinnercreate