]> granicus.if.org Git - python/commit
SF bug #543387.
authorGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 01:41:56 +0000 (01:41 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 01:41:56 +0000 (01:41 +0000)
commit9ec4c78a5414883a9a22453d7930c2d26880570a
treec1800c2bcc244e5706137a339885b7711d85a2e0
parenta3a4300fe0d4972b0181a09901a4969034b0ac3a
SF bug #543387.

Complex numbers implement divmod() and //, neither of which makes one
lick of sense.  Unfortunately this is documented, so I'm adding a
deprecation warning now, so we can delete this silliness, oh, around
2005 or so.

Bugfix candidate (At least for 2.2.2, I think.)
Objects/complexobject.c