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 Arfrever, benjamin.peterson, brett.cannon, eric.araujo, ezio.melotti, r.david.murray, vstinner
Date 2013-06-15.02:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371264144.86.0.94187108132.issue17177@psf.upfronthosting.co.za>
In-reply-to
Content
Everything that is going to be kept around has been moved. That just leaves:

1. Removing all uses of imp from the stdlib
2. Document as deprecated the last few things in imp which are simply being removed (including adding a note in the docstrings)
3. Remove all function/class-level deprecation warnings and add a module-level pending deprecation one
4. Run the test suite with -W always to make sure I didn't miss anything
History
Date User Action Args
2013-06-15 02:42:24brett.cannonsetrecipients: + brett.cannon, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, r.david.murray
2013-06-15 02:42:24brett.cannonsetmessageid: <1371264144.86.0.94187108132.issue17177@psf.upfronthosting.co.za>
2013-06-15 02:42:24brett.cannonlinkissue17177 messages
2013-06-15 02:42:24brett.cannoncreate