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 berker.peksag
Recipients berker.peksag, brett.cannon, ethan.furman, jtf621, r.david.murray, serhiy.storchaka
Date 2017-01-06.01:06:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483664784.23.0.578389134728.issue28231@psf.upfronthosting.co.za>
In-reply-to
Content
I think the next steps are:

1. Add tests for the cases Serhiy has mentioned in msg277109:

   > Shouldn't the ZipFile.filename attribute be converted to str?

   and

   > The file name of ZipFile is only a part of the issue. There are other uses of file paths: paths for added files, path for extracted directory.

2. Update the docs to reflect the pathlib support.
History
Date User Action Args
2017-01-06 01:06:24berker.peksagsetrecipients: + berker.peksag, brett.cannon, r.david.murray, ethan.furman, serhiy.storchaka, jtf621
2017-01-06 01:06:24berker.peksagsetmessageid: <1483664784.23.0.578389134728.issue28231@psf.upfronthosting.co.za>
2017-01-06 01:06:24berker.peksaglinkissue28231 messages
2017-01-06 01:06:23berker.peksagcreate