Eric Talevich <eric.talev...@gmail.com> added the comment:

This issue still occurs when the name "long" is a function argument:

def double(long):
    return long * 2


2to3 converts it to:

def double(long):
    return int * 2


Should I file a new bug, or can someone reopen this?

----------
nosy: +eric-talevich
versions: +Python 2.7 -Python 3.0
Added file: http://bugs.python.org/file18135/long_fixer_bug.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<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