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 benjamin.peterson
Recipients benjamin.peterson, christian.heimes, jnoller
Date 2008-11-28.22:01:58
SpamBayes Score 0.021985296
Marked as misclassified No
Message-id <1227909720.61.0.162373938269.issue4450@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r67426.

One result of this fix is that attribute usage of modules is not
replaced. (ie. getattr(somemodule, "attr") isn't changed.) This is
probably isn't a problem, though.
History
Date User Action Args
2008-11-28 22:02:00benjamin.petersonsetrecipients: + benjamin.peterson, christian.heimes, jnoller
2008-11-28 22:02:00benjamin.petersonsetmessageid: <1227909720.61.0.162373938269.issue4450@psf.upfronthosting.co.za>
2008-11-28 22:01:59benjamin.petersonlinkissue4450 messages
2008-11-28 22:01:58benjamin.petersoncreate