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 massimosala
Recipients gavin, massimosala, serhiy.storchaka, xtreak
Date 2020-04-16.14:21:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587046870.65.0.667885173648.issue40271@roundup.psfhosted.org>
In-reply-to
Content
Gavin, zipfile works on all the operating systems where python runs.
Your request is OS dependent... BSD? linux?

The tilde isn't into the ZIP file specifications.
I have to agree with Serhiy: the correct solution is
    os.path.expanduser("~/stuff")
History
Date User Action Args
2020-04-16 14:21:10massimosalasetrecipients: + massimosala, serhiy.storchaka, xtreak, gavin
2020-04-16 14:21:10massimosalasetmessageid: <1587046870.65.0.667885173648.issue40271@roundup.psfhosted.org>
2020-04-16 14:21:10massimosalalinkissue40271 messages
2020-04-16 14:21:10massimosalacreate