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 Arfrever, daniel.urban, meador.inge, ncoghlan, python-dev
Date 2012-05-27.08:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SYYfB-0008IS-VT@dinsdale.python.org>
In-reply-to
Content
New changeset bcb3b81853cc by Nick Coghlan in branch 'default':
Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports
http://hg.python.org/cpython/rev/bcb3b81853cc

New changeset 96ab78ef82a7 by Nick Coghlan in branch 'default':
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
http://hg.python.org/cpython/rev/96ab78ef82a7
History
Date User Action Args
2012-05-27 08:17:23python-devsetrecipients: + python-dev, ncoghlan, Arfrever, meador.inge, daniel.urban
2012-05-27 08:17:22python-devlinkissue14857 messages
2012-05-27 08:17:22python-devcreate