]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Apr 2021 22:16:08 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 22:16:08 +0000 (15:16 -0700)
commita808aaba0537531395ed6162414c2d055d24f13b
tree74ee59ff7dc421a7a021eb408504544f682dff7d
parent10ad7eb2ef61a2ba99341c804c8c960e4f284621
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25639)

(cherry picked from commit 52cd6d5e1b2bece0d8efb58b1af41071c914ebe6)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/howto/logging-cookbook.rst
Doc/library/argparse.rst
Doc/library/contextlib.rst
Doc/library/multiprocessing.rst
Doc/library/unittest.mock-examples.rst
Doc/library/weakref.rst