]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 6 Jan 2020 15:59:09 +0000 (15:59 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 15:59:09 +0000 (15:59 +0000)
commit5ec91f78d59d9c39b984f284e00cd04b96ddb5db
tree3584ef9005da8bc532c12665147c8313142ff0e6
parent075ebad369d94342624792a41d3055c907bfa436
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Lib/test/test_repl.py
Misc/NEWS.d/next/Core and Builtins/2020-01-06-10-29-16.bpo-39209.QHAONe.rst [new file with mode: 0644]
Parser/tokenizer.c