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, mhammond, nedds
Date 2008-10-09.20:29:46
SpamBayes Score 8.96125e-09
Marked as misclassified No
Message-id <1223584257.68.0.32705613378.issue3994@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch with a new test case. I don't know if we should apply it
until we've heard from Collin though. The old version of fix_imports
fails the new test, but this version, which allows matching of nodes
nested within matches, passes the new test I added for nesting, as well
as all of the other 2to3 tests.
History
Date User Action Args
2008-10-09 20:30:57neddssetrecipients: + nedds, mhammond, collinwinter
2008-10-09 20:30:57neddssetmessageid: <1223584257.68.0.32705613378.issue3994@psf.upfronthosting.co.za>
2008-10-09 20:29:47neddslinkissue3994 messages
2008-10-09 20:29:46neddscreate