]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 2.63 and 2.60:
authorRaymond Hettinger <python@rcn.com>
Sat, 5 Oct 2002 20:43:43 +0000 (20:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 5 Oct 2002 20:43:43 +0000 (20:43 +0000)
commitc52a36f657cea7ed38986d1fccd8199f84adf2d4
tree89b60bcef2e370dad3864dbe9424bd1d7dff471c
parentad565a34261f572baba5dab55d26ac596a32e14d
Backport 2.63 and 2.60:

Call me anal, but there was a particular phrase that was speading to
comments everywhere that bugged me: /* Foo is inlined */ instead of
/* Inline Foo */.  Somehow the "is inlined" phrase always confused me
for half a second (thinking, "No it isn't" until I added the missing
"here").  The new phrase is hopefully unambiguous.

Close SF bug 563740. complex() now finds __complex__() in new style classes.
Made conversion failure error messages consistent between types.
Added related unittests.
Objects/complexobject.c