]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 21 Sep 2021 23:33:59 +0000 (01:33 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 23:33:59 +0000 (01:33 +0200)
commit8c1e1da565bca9cec792323eb728e288715ef7c4
tree4b78b148f1e5573f68ca0150838a2d80d48cde7f
parentc800e390941e91a9a276191d2f41b7e0e6e23e9e
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 8f943ca25732d548cf9f0b0393ba8d582fb93e29)

Co-authored-by: Mohamad Mansour <66031317+mohamadmansourX@users.noreply.github.com>
29 files changed:
Doc/library/cgi.rst
Doc/library/logging.config.rst
Doc/library/urllib.request.rst
Doc/reference/compound_stmts.rst
Include/cpython/unicodeobject.h
Include/internal/pycore_object.h
Lib/_osx_support.py
Lib/distutils/command/check.py
Lib/distutils/msvc9compiler.py
Lib/graphlib.py
Lib/idlelib/idle_test/test_config_key.py
Lib/idlelib/idle_test/test_query.py
Lib/msilib/schema.py
Lib/pkgutil.py
Lib/pydoc_data/topics.py
Lib/test/support/__init__.py
Lib/test/test_format.py
Lib/test/test_importlib/source/test_source_encoding.py
Lib/test/test_winreg.py
Misc/NEWS.d/3.8.0b1.rst
Misc/NEWS.d/next/Build/2021-09-09-16-45-26.bpo-45067.mFmY92.rst
Modules/_datetimemodule.c
Modules/_math.c
Modules/arraymodule.c
Modules/clinic/arraymodule.c.h
Modules/zlibmodule.c
Objects/unicodeobject.c
PC/getpathp.c
Tools/stringbench/stringbench.py