]> granicus.if.org Git - python/commit
Issue #23641: Cleaned out legacy dunder names from tests and docs.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 19:56:08 +0000 (21:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2015 19:56:08 +0000 (21:56 +0200)
commita60c2fe4807e89a5844979fe46b3ea39572fc3be
tree0177eec0d55bb6325897ed7a19db9dad2e5df304
parent18987a11ce0f8f55aa6ec63a9d2f8e84d7460984
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Fixed 2 to 3 porting bug in pynche.ColorDB.
19 files changed:
Doc/library/multiprocessing.rst
Doc/library/unittest.mock.rst
Lib/datetime.py
Lib/decimal.py
Lib/sqlite3/test/types.py
Lib/test/mapping_tests.py
Lib/test/test_abc.py
Lib/test/test_augassign.py
Lib/test/test_class.py
Lib/test/test_descr.py
Lib/test/test_dynamicclassattribute.py
Lib/test/test_inspect.py
Lib/test/test_itertools.py
Lib/test/test_property.py
Lib/test/test_unicode.py
Modules/_decimal/tests/deccheck.py
Modules/mathmodule.c
Tools/clinic/clinic.py
Tools/pynche/ColorDB.py