]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bltinmodule.c: added round(x, [n]); coerce() of two class instances
authorGuido van Rossum <guido@python.org>
Fri, 12 Feb 1993 16:29:05 +0000 (16:29 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Feb 1993 16:29:05 +0000 (16:29 +0000)
commit9e51f9bec85ac8bc167c2fb8d3956968ef8311af
tree502d6a37c21a409246c9a29a40fe0149fe7d3715
parente8a3c28f8d962ca0dff6f6ad82f335706c90fa58
bltinmodule.c: added round(x, [n]); coerce() of two class instances
will try to coerce anyway.
classobject.c: instance 'nonzero' should first try __nonzero__
only then __len__.
Objects/classobject.c
Python/bltinmodule.c