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 brett.cannon
Recipients barry, brett.cannon, dmalcolm, loewis, nadeem.vawda, neologix, pitrou
Date 2012-02-17.14:08:04
SpamBayes Score 7.512122e-07
Marked as misclassified No
Message-id <1329487686.25.0.265572754334.issue14040@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks fine, although there aren't any tests. At least for importlib you can simply use a finder test for extension modules to verify the warning is triggered. That way you can create an empty module with the expected naming rather than worry about compiling an extension module.
History
Date User Action Args
2012-02-17 14:08:06brett.cannonsetrecipients: + brett.cannon, loewis, barry, pitrou, nadeem.vawda, dmalcolm, neologix
2012-02-17 14:08:06brett.cannonsetmessageid: <1329487686.25.0.265572754334.issue14040@psf.upfronthosting.co.za>
2012-02-17 14:08:05brett.cannonlinkissue14040 messages
2012-02-17 14:08:04brett.cannoncreate