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 gvanrossum
Recipients
Date 2006-12-19.21:06:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Pretty good.  I think you used fix_apply.py as an example?  That unfortunately doesn't handle the following case:

  apply(f, x, y).something

The has_key() fixes *does* support that (using the "after=*any" pattern.
Can you copy the relevant parts from that fixer?

Also, what do you think of how easy it is to write a refactoring using this tool?
History
Date User Action Args
2007-08-23 15:55:51adminlinkissue1619049 messages
2007-08-23 15:55:51admincreate