]> granicus.if.org Git - python/commit
Blocked revisions 66332 via svnmerge
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Sep 2008 07:39:41 +0000 (07:39 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Sep 2008 07:39:41 +0000 (07:39 +0000)
commit016625db4018b710c6d7aa7df607d517ac669ef8
tree992294e6d6dde319d2228b61707d63453686f5f6
parent36144098e39598526ca981762cd4e7fd13c2412a
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
........