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 nimrodf
Recipients nimrodf
Date 2022-02-28.12:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646052524.98.0.628413785417.issue46880@roundup.psfhosted.org>
In-reply-to
Content
Created a zip file using Powershell's Compress-Archive method. 
Moved the file to Debian. 
Used zipfile's extractall method to extract. 
The result was a flat directory with long file names such as:
"migrated-image952821\\m4a\\runiis.ps". 
I would expect instead for a "migrated-image952821" directory to be created, containing an "m4a" directory which contains "runiis.ps"
History
Date User Action Args
2022-02-28 12:48:44nimrodfsetrecipients: + nimrodf
2022-02-28 12:48:44nimrodfsetmessageid: <1646052524.98.0.628413785417.issue46880@roundup.psfhosted.org>
2022-02-28 12:48:44nimrodflinkissue46880 messages
2022-02-28 12:48:44nimrodfcreate