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 tebeka
Recipients tebeka
Date 2011-04-07.15:57:22
SpamBayes Score 0.070966266
Marked as misclassified No
Message-id <1302191844.85.0.922084217825.issue11797@psf.upfronthosting.co.za>
In-reply-to
Content
The following code is not changed by 2to3::
    
    import os
    reload(os)

reload has moved to the imp module.
History
Date User Action Args
2011-04-07 15:57:24tebekasetrecipients: + tebeka
2011-04-07 15:57:24tebekasetmessageid: <1302191844.85.0.922084217825.issue11797@psf.upfronthosting.co.za>
2011-04-07 15:57:22tebekalinkissue11797 messages
2011-04-07 15:57:22tebekacreate