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 aronacher
Recipients aronacher, benjamin.peterson, brett.cannon, collinwinter
Date 2008-12-08.11:55:57
SpamBayes Score 4.647944e-06
Marked as misclassified No
Message-id <1228737359.1.0.709303184477.issue2356@psf.upfronthosting.co.za>
In-reply-to
Content
Since yesterday there is a handy little helper that adds imports to
files which is already used for the reduce() / intern() fixers.  This
makes this fix a lot easier.

I attached a version that does that.

However the import adder is not yet as sophisticated as the one in the
previous patch, but the utility method could be improved to better adapt
to existing styleguides.
History
Date User Action Args
2008-12-08 11:55:59aronachersetrecipients: + aronacher, brett.cannon, collinwinter, benjamin.peterson
2008-12-08 11:55:59aronachersetmessageid: <1228737359.1.0.709303184477.issue2356@psf.upfronthosting.co.za>
2008-12-08 11:55:57aronacherlinkissue2356 messages
2008-12-08 11:55:57aronachercreate