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 eli.bendersky
Recipients Arfrever, benjamin.peterson, eli.bendersky, flox, georg.brandl, jerub, python-dev, zmedico
Date 2012-07-17.11:26:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342524408.03.0.771007241281.issue14988@psf.upfronthosting.co.za>
In-reply-to
Content
Committed fixes to raise ImportError in both Python 3.2 and 3.3

At the moment no test added because I'm having trouble using import_fresh_module to avoid re-importing of pyexpat in the etree tests (it gets imported anyway).
History
Date User Action Args
2012-07-17 11:26:48eli.benderskysetrecipients: + eli.bendersky, georg.brandl, jerub, benjamin.peterson, Arfrever, zmedico, flox, python-dev
2012-07-17 11:26:48eli.benderskysetmessageid: <1342524408.03.0.771007241281.issue14988@psf.upfronthosting.co.za>
2012-07-17 11:26:47eli.benderskylinkissue14988 messages
2012-07-17 11:26:47eli.benderskycreate