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, steve.dower
Date 2017-02-27.17:36:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488216977.46.0.113403090664.issue28231@psf.upfronthosting.co.za>
In-reply-to
Content
I consider this a new feature.

Some modules got the support of path-like objects for free after implementing the support of path-like objects in os, os.path and io modules. But others need additional work for implementing it, writing tests and documentation. In case of zipfile this work is significant.
History
Date User Action Args
2017-02-27 17:36:17serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, r.david.murray, ethan.furman, berker.peksag, steve.dower, jtf621
2017-02-27 17:36:17serhiy.storchakasetmessageid: <1488216977.46.0.113403090664.issue28231@psf.upfronthosting.co.za>
2017-02-27 17:36:17serhiy.storchakalinkissue28231 messages
2017-02-27 17:36:17serhiy.storchakacreate