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, berker.peksag, bkabrda, python-dev, vstinner
Date 2014-08-22.17:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hfr0c6Y8qz7Ljc@mail.python.org>
In-reply-to
Content
New changeset d99014320220 by Berker Peksag in branch '3.4':
Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``.
http://hg.python.org/cpython/rev/d99014320220

New changeset 78fff5310206 by Berker Peksag in branch 'default':
Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``.
http://hg.python.org/cpython/rev/78fff5310206
History
Date User Action Args
2014-08-22 17:52:33python-devsetrecipients: + python-dev, vstinner, Arfrever, berker.peksag, bkabrda
2014-08-22 17:52:33python-devlinkissue19447 messages
2014-08-22 17:52:33python-devcreate