]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
As discussed on python-dev, remove several operator functions
authorRaymond Hettinger <python@rcn.com>
Mon, 26 Jan 2009 03:44:49 +0000 (03:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 26 Jan 2009 03:44:49 +0000 (03:44 +0000)
commitc578ec1a92a6f021d9e2ee552201c797302e11f6
treeb03b90bf801b863487a6083c49cc09d2157f7a9a
parent0010be41f6e85d6b464a9e316f12e800aa9f75e0
As discussed on python-dev, remove several operator functions
isSequenceType(), isMappingType(), and isNumberType() in favor
of using abstract base classes.  Also, remove repeat() and irepeat()
in favor of mul() and imul().
Doc/library/operator.rst
Lib/locale.py
Lib/test/test_array.py
Lib/test/test_bool.py
Lib/test/test_operator.py
Misc/NEWS
Modules/operator.c