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, brett.cannon, eric.snow, georg.brandl, ncoghlan, paul.moore, python-dev
Date 2013-05-03.14:47:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3b2GQk4pcgz7LkH@mail.python.org>
In-reply-to
Content
New changeset c0a21617dbee by Brett Cannon in branch '3.3':
Issue #15902: Fix imp.load_module() to accept None as a file when
http://hg.python.org/cpython/rev/c0a21617dbee

New changeset 322c556260d5 by Brett Cannon in branch 'default':
#15902: merge w/ 3.3
http://hg.python.org/cpython/rev/322c556260d5
History
Date User Action Args
2013-05-03 14:47:27python-devsetrecipients: + python-dev, brett.cannon, georg.brandl, paul.moore, ncoghlan, Arfrever, eric.snow
2013-05-03 14:47:27python-devlinkissue15902 messages
2013-05-03 14:47:27python-devcreate