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 python-dev
Recipients Dima.Tisnek, Marcus.Smith, brett.cannon, dstufft, eric.snow, eryksun, ezio.melotti, jayvdb, ncoghlan, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-10.00:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160910003359.19423.65208.B8F14DAA@psf.io>
In-reply-to
Content
New changeset 663a62bcf9c9 by Steve Dower in branch '3.5':
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
https://hg.python.org/cpython/rev/663a62bcf9c9

New changeset ead30e7262d5 by Steve Dower in branch 'default':
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
https://hg.python.org/cpython/rev/ead30e7262d5
History
Date User Action Args
2016-09-10 00:34:06python-devsetrecipients: + python-dev, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, ezio.melotti, eric.snow, Dima.Tisnek, zach.ware, eryksun, steve.dower, dstufft, Marcus.Smith, jayvdb
2016-09-10 00:34:06python-devlinkissue25758 messages
2016-09-10 00:34:05python-devcreate