Message288602
PR 322 should make the example in msg284754 work:
>>> import pathlib, zipfile
>>> f = pathlib.Path('spam.zip')
>>> with zipfile.ZipFile(f) as zf:
... zf.namelist()
...
['LICENSE']
It doesn't implement full PathLike support, but it at least covers the use cases of Jeremy and Steve. |
|
Date |
User |
Action |
Args |
2017-02-26 17:05:02 | berker.peksag | set | recipients:
+ berker.peksag, brett.cannon, r.david.murray, ethan.furman, serhiy.storchaka, steve.dower, jtf621 |
2017-02-26 17:05:02 | berker.peksag | set | messageid: <1488128702.68.0.806213899459.issue28231@psf.upfronthosting.co.za> |
2017-02-26 17:05:02 | berker.peksag | link | issue28231 messages |
2017-02-26 17:05:02 | berker.peksag | create | |
|