]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[codemod] Fix non-matching bracket pairs (GH-28473)
authorMohamad Mansour <66031317+mohamadmansourX@users.noreply.github.com>
Tue, 21 Sep 2021 23:09:00 +0000 (02:09 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 23:09:00 +0000 (01:09 +0200)
commit8f943ca25732d548cf9f0b0393ba8d582fb93e29
tree95cffeb379a4ded4c1c753bdaf29ea79916e04d2
parenta0073471002bed0169fb806703e26880bbcceb73
[codemod] Fix non-matching bracket pairs (GH-28473)

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>
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