[issue4842] int('3L') still valid in Python 3.0

Guido van Rossum report at bugs.python.org
Mon Jan 5 20:45:21 CET 2009


Guido van Rossum <guido at python.org> added the comment:

After reading all that I still think we should fix this now, and fix
pickle so that it can read (and write?) 2.x pickles.  This is much less
visible than cmp() still being present in 3.0, and we've already decided
to kill that in 3.0.1, so we can kill int('3L') as well.

----------
assignee: gvanrossum -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4842>
_______________________________________


More information about the Python-bugs-list mailing list