]> granicus.if.org Git - python/commit
Deprecate % as well. The message for deprecation of //, % and divmod
authorGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 12:39:12 +0000 (12:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 12:39:12 +0000 (12:39 +0000)
commit69cf3c7641a7c4a76e0e66e3367f949d14d7d6c4
tree09ce8969b516e4f3caeaaa5474babe43f12cbd59
parent862fe3c52e3ef8d4ebe81d473b112cb25b15329a
Deprecate % as well.  The message for deprecation of //, % and divmod
is the same in all three cases (mostly because // calls divmod :-).
Objects/complexobject.c