]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 22 Sep 2021 15:32:04 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Sep 2021 15:32:04 +0000 (17:32 +0200)
commit5482db5800d195d43d1e13e8c05e21c708dcfa50
tree13bc31769af0ad38c3c19396563cf3163dd1813f
parent09390c837a0bf73e213db2fbde34d756fa77a837
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)

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