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 benjamin.peterson, berker.peksag, brett.cannon, gregory.p.smith, jaraco, larry, ned.deily, python-dev, steve.dower, twouters, xiang.zhang
Date 2016-09-14.05:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160914051029.22514.45464.C5EF2C5F@psf.io>
In-reply-to
Content
New changeset 7bec326972f5 by Berker Peksag in branch '3.5':
Issue #28131: Fix a regression in zipimport's compile_source()
https://hg.python.org/cpython/rev/7bec326972f5

New changeset 7a6c0c4e6072 by Berker Peksag in branch '3.6':
Issue #28131: Merge from 3.5
https://hg.python.org/cpython/rev/7a6c0c4e6072

New changeset 873760b02024 by Berker Peksag in branch 'default':
Issue #28131: Merge from 3.6
https://hg.python.org/cpython/rev/873760b02024
History
Date User Action Args
2016-09-14 05:10:32python-devsetrecipients: + python-dev, twouters, brett.cannon, gregory.p.smith, jaraco, larry, benjamin.peterson, ned.deily, berker.peksag, steve.dower, xiang.zhang
2016-09-14 05:10:32python-devlinkissue28131 messages
2016-09-14 05:10:31python-devcreate