]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 Apr 2022 10:16:27 +0000 (13:16 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 10:16:27 +0000 (13:16 +0300)
commit3483299a24e41a7f2e958369cb3573d7c2253e33
treef51b90e97184249f71c6df08579a2f4a8899d43a
parenta055dac0b45031878a8196a8735522de018491e3
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
Doc/reference/lexical_analysis.rst
Doc/whatsnew/3.11.rst
Lib/test/test_codecs.py
Lib/test/test_string_literals.py
Misc/NEWS.d/next/Core and Builtins/2022-04-18-20-25-01.gh-issue-81548.n3VYgp.rst [new file with mode: 0644]
Objects/bytesobject.c
Objects/unicodeobject.c
Parser/string_parser.c