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 nedds
Recipients collinwinter, nedds
Date 2008-07-01.17:54:19
SpamBayes Score 0.06985347
Marked as misclassified No
Message-id <1214934868.33.0.828914413016.issue3218@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a diff for the both the fix_imports changes which I corrected,
and the pytree changes. The pytree changes were a lot more significant
before the fix_imports change, but I think they are still a decent
improvement. I think I have now restored the functionality you wanted
without the members, although I'm not quite sure I made the patterns
exactly right. I tested the from a import b as c, as well as in text
foo.bar references, and they seemed to be corrected properly.
History
Date User Action Args
2008-07-01 17:54:28neddssetspambayes_score: 0.0698535 -> 0.06985347
recipients: + nedds, collinwinter
2008-07-01 17:54:28neddssetspambayes_score: 0.0698535 -> 0.0698535
messageid: <1214934868.33.0.828914413016.issue3218@psf.upfronthosting.co.za>
2008-07-01 17:54:27neddslinkissue3218 messages
2008-07-01 17:54:26neddscreate