amaury.forgeotdarc
2008-09-09 07:39:41 UTC
Author: amaury.forgeotdarc
Date: Tue Sep 9 09:39:41 2008
New Revision: 66335
Log:
Blocked revisions 66332 via svnmerge
........
r66332 | amaury.forgeotdarc | 2008-09-09 09:24:30 +0200 (mar., 09 sept. 2008) | 6 lines
#3777: long(4.2) returned an int, and broke backward compatibility.
the __long__ slot is allowed to return either int or long, but the behaviour of
float objects should not change between 2.5 and 2.6.
Reviewed by Benjamin Peterson
........
Modified:
python/branches/py3k/ (props changed)
Date: Tue Sep 9 09:39:41 2008
New Revision: 66335
Log:
Blocked revisions 66332 via svnmerge
........
r66332 | amaury.forgeotdarc | 2008-09-09 09:24:30 +0200 (mar., 09 sept. 2008) | 6 lines
#3777: long(4.2) returned an int, and broke backward compatibility.
the __long__ slot is allowed to return either int or long, but the behaviour of
float objects should not change between 2.5 and 2.6.
Reviewed by Benjamin Peterson
........
Modified:
python/branches/py3k/ (props changed)