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 berker.peksag, brett.cannon, ethan.furman, jtf621, r.david.murray, serhiy.storchaka
Date 2017-01-11.07:01:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484118101.81.0.0199929426377.issue28231@psf.upfronthosting.co.za>
In-reply-to
Content
> I am not sure what "Shouldn't the ZipFile.filename attribute be converted to str?" means, can you elaborate?

If you pass a Path object to ZipFile constructor, should the filename attribute be a Path object or a str?
History
Date User Action Args
2017-01-11 07:01:41serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, r.david.murray, ethan.furman, berker.peksag, jtf621
2017-01-11 07:01:41serhiy.storchakasetmessageid: <1484118101.81.0.0199929426377.issue28231@psf.upfronthosting.co.za>
2017-01-11 07:01:41serhiy.storchakalinkissue28231 messages
2017-01-11 07:01:41serhiy.storchakacreate