Message300157
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. |
|
| Date |
User |
Action |
Args |
| 2017-08-11 08:55:43 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, paul.moore, irmen |
| 2017-08-11 08:55:42 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-08-11 08:55:42 | serhiy.storchaka | link | issue31072 messages |
| 2017-08-11 08:55:42 | serhiy.storchaka | create | |
|