]> 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:20 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 22:16:20 +0000 (15:16 -0700)
commitc816c1c77928f31768cb53cfee461ca67698bb1a
tree19eed605eaaae09fbc69637d4ef31967c6bf0d06
parentf65f3f0e99b27e0a4ea6bb7e30c5bdb5832a76c6
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25638)

(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