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 jaraco
Recipients christian.steinmeyer, jack__d, jaraco, xtreak
Date 2021-07-16.01:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626397215.61.0.904126588658.issue44638@roundup.psfhosted.org>
In-reply-to
Content
Even simpler:

```
zip_file = zipfile.ZipFile('zipfile.zip')
name = zip_file.namelist()[0]
zipfile.Path(zip_file)
zip_file.open(name)
```
History
Date User Action Args
2021-07-16 01:00:15jaracosetrecipients: + jaraco, xtreak, jack__d, christian.steinmeyer
2021-07-16 01:00:15jaracosetmessageid: <1626397215.61.0.904126588658.issue44638@roundup.psfhosted.org>
2021-07-16 01:00:15jaracolinkissue44638 messages
2021-07-16 01:00:15jaracocreate