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.snow, ncoghlan
Date 2012-08-13.20:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344888035.57.0.935580041455.issue15641@psf.upfronthosting.co.za>
In-reply-to
Content
importlib.abc.PyLoader and importlib.abc.PyPycLoader were both deprecated in 3.2 and slated for removal in Python 3.4. There is also some os2 stuff in importlib._bootstrap which can go as PEP 11 has os2 support slated for removal in Python 3.4.
History
Date User Action Args
2012-08-13 20:00:35brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2012-08-13 20:00:35brett.cannonsetmessageid: <1344888035.57.0.935580041455.issue15641@psf.upfronthosting.co.za>
2012-08-13 20:00:34brett.cannonlinkissue15641 messages
2012-08-13 20:00:34brett.cannoncreate