]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport gvanrossum's patch:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 05:39:54 +0000 (05:39 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 05:39:54 +0000 (05:39 +0000)
commitea89d8f235bc12d7fcf393778633ecb80cb75a27
treecdae89777f1b9f440478f6e596aa7c5c06253f5c
parentee571fa06cdca07afa1ef8ba4fda09f749635b4d
backport gvanrossum's patch:

Deprecate % as well.  The message for deprecation of //, % and divmod
is the same in all three cases (mostly because // calls divmod :-).

Original patches were:
python/dist/src/Objects/complexobject.c:2.59
Objects/complexobject.c