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 serhiy.storchaka
Recipients irmen, paul.moore, serhiy.storchaka
Date 2017-08-11.08:55:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502441742.94.0.694074224201.issue31072@psf.upfronthosting.co.za>
In-reply-to
Content
There are two differences between filterfunc arguments in zipapp and PyZipFile:

1. An argument of filterfunc is a string in PyZipFile and a Path object in zipapp.

2. The patch in zipapp is relative to the root of the archive. The patch in PyZipFile is a path on FS (absolute or relative to the current working directory).

I afraid that these differences can cause confusions.
History
Date User Action Args
2017-08-11 08:55:43serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, irmen
2017-08-11 08:55:42serhiy.storchakasetmessageid: <1502441742.94.0.694074224201.issue31072@psf.upfronthosting.co.za>
2017-08-11 08:55:42serhiy.storchakalinkissue31072 messages
2017-08-11 08:55:42serhiy.storchakacreate