• Raymond Hettinger's avatar
    Backport 2.63 and 2.60: · c52a36f6
    Raymond Hettinger yazdı
    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.
    c52a36f6
complexobject.c 22 KB