Staging
v0.8.1
https://github.com/python/cpython
Revision 016625db4018b710c6d7aa7df607d517ac669ef8 authored by Amaury Forgeot d'Arc on 09 September 2008, 07:39:41 UTC, committed by Amaury Forgeot d'Arc on 09 September 2008, 07:39:41 UTC
........
  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
........
1 parent 3614409
History
Tip revision: 016625db4018b710c6d7aa7df607d517ac669ef8 authored by Amaury Forgeot d'Arc on 09 September 2008, 07:39:41 UTC
Blocked revisions 66332 via svnmerge
Tip revision: 016625d
File Mode Size
c-api
data
distutils
documenting
extending
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 3.4 KB
README.txt -rw-r--r-- 5.1 KB
TODO.txt -rw-r--r-- 134 bytes
about.rst -rw-r--r-- 1.2 KB
bugs.rst -rw-r--r-- 2.6 KB
conf.py -rw-r--r-- 5.5 KB
contents.rst -rw-r--r-- 421 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 22.9 KB
license.rst -rw-r--r-- 33.6 KB
make.bat -rw-r--r-- 1.3 KB

README.txt

back to top