Armin Ronacher <[EMAIL PROTECTED]> added the comment:

This could probably be fixed by adding a `is_builtin` helper function to
the fixer_util module that checks if the name is not overriden in the
module.  I would use something like a weak dictionary for the
`find_binding` function because that could turn out to be quite expensive.

Besides long this is probably also useful for `reduce` and some others.

----------
nosy: +aronacher

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to