]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23641: Cleaned out legacy dunder names from tests and docs.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 20:01:30 +0000 (22:01 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 20:01:30 +0000 (22:01 +0200)
commitc2ccce791ccbe35bee0edea2dedabb0fc7ea5906
treec31fcb2d158d17ab07038f26ec016b37e5b8cea0
parentda0870c87aeb7843f0211d3fd9220f6f5b58f688
parenta60c2fe4807e89a5844979fe46b3ea39572fc3be
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Fixed 2 to 3 porting bug in pynche.ColorDB.
Added few tests for __truediv__, __floordiv__ and __matmul__.
13 files changed:
Doc/library/multiprocessing.rst
Doc/library/unittest.mock.rst
Lib/_pydecimal.py
Lib/datetime.py
Lib/test/test_augassign.py
Lib/test/test_class.py
Lib/test/test_descr.py
Lib/test/test_inspect.py
Lib/test/test_itertools.py
Lib/test/test_unicode.py
Modules/_decimal/tests/deccheck.py
Modules/mathmodule.c
Tools/clinic/clinic.py