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, collinwinter
Date 2008-08-06.19:20:45
SpamBayes Score 0.0037066971
Marked as misclassified No
Message-id <1218050446.31.0.0779143598383.issue2338@psf.upfronthosting.co.za>
In-reply-to
Content
A fixer is not going to work for this since it might require an import
to work. Instead reload() just needs to be added as imp.reload() and the
current warning stays.
History
Date User Action Args
2008-08-06 19:20:46brett.cannonsetrecipients: + brett.cannon, collinwinter
2008-08-06 19:20:46brett.cannonsetmessageid: <1218050446.31.0.0779143598383.issue2338@psf.upfronthosting.co.za>
2008-08-06 19:20:45brett.cannonlinkissue2338 messages
2008-08-06 19:20:45brett.cannoncreate