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 collinwinter
Recipients benjamin.peterson, collinwinter, vstinner
Date 2008-08-19.22:46:12
SpamBayes Score 0.00015325478
Marked as misclassified No
Message-id <1219185973.38.0.186479871957.issue3606@psf.upfronthosting.co.za>
In-reply-to
Content
Victor: that's a common problem in most fixers. The analysis needed to
statically determine whether a given identifier is a module or not is
expensive and heuristic.

One of our Summer of Code students has been working on adding a new
feature to 2to3 whereby fixers can apply confidence estimates to the
changes they make, allowing you to say "if 2to3 is 95+% confident, apply
the fix, otherwise, let me see a diff first". This could be
theoretically extended to allow other annotations, such as "changing an
identifier", which you could filter on.
History
Date User Action Args
2008-08-19 22:46:13collinwintersetrecipients: + collinwinter, vstinner, benjamin.peterson
2008-08-19 22:46:13collinwintersetmessageid: <1219185973.38.0.186479871957.issue3606@psf.upfronthosting.co.za>
2008-08-19 22:46:12collinwinterlinkissue3606 messages
2008-08-19 22:46:12collinwintercreate