]> granicus.if.org Git - python/commit
Merged revisions 73868 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Jul 2009 00:45:43 +0000 (00:45 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Jul 2009 00:45:43 +0000 (00:45 +0000)
commit79fa5ab7b0744ab5b74ecf2de0a17ef604e0097e
treebaabcbcd2153799d2c9467ea019e6b519616d5df
parentc9722e56d502a353d91881b48a788ab2470886d9
Merged revisions 73868 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73868 | amaury.forgeotdarc | 2009-07-07 02:43:08 +0200 (mar., 07 juil. 2009) | 3 lines

  #6428: py3k requires that __bool__ return a bool (and not an int)
  Fix the error message and the documentation.
........
Doc/reference/datamodel.rst
Misc/NEWS
Objects/typeobject.c