]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46091: Correctly calculate indentation levels for whitespace lines with continuat...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 25 Jan 2022 22:12:14 +0000 (22:12 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 22:12:14 +0000 (22:12 +0000)
commita0efc0c1960e2c49e0092694d98395555270914c
treebeee479f9d645494a6a1d216d7f48932010d67a9
parentb1cb8430504931f7854eac5d32cba74770078a4e
bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130)
Lib/test/test_ast.py
Lib/test/test_syntax.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2021-12-16-00-24-00.bpo-46091.rJ_e_e.rst [new file with mode: 0644]
Parser/tokenizer.c