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 brett.cannon, eric.araujo, ezio.melotti
Date 2013-02-15.20:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360960506.57.0.544368033436.issue17177@psf.upfronthosting.co.za>
In-reply-to
Content
I would probably document the deprecation but otherwise leave it alone at the module level. Considering I only documented imp.find_module() and .load_module() as documented thanks to their funky interfaces making nearly impossible to do a direct translation I don't see how I can justify raising a DeprecationWarning for the whole thing.

But it's gone in Python 4. =)
History
Date User Action Args
2013-02-15 20:35:06brett.cannonsetrecipients: + brett.cannon, ezio.melotti, eric.araujo
2013-02-15 20:35:06brett.cannonsetmessageid: <1360960506.57.0.544368033436.issue17177@psf.upfronthosting.co.za>
2013-02-15 20:35:06brett.cannonlinkissue17177 messages
2013-02-15 20:35:06brett.cannoncreate