diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-01-06 15:59:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 15:59:09 (GMT) |
commit | 5ec91f78d59d9c39b984f284e00cd04b96ddb5db (patch) | |
tree | 3584ef9005da8bc532c12665147c8313142ff0e6 /Misc/NEWS.d | |
parent | 075ebad369d94342624792a41d3055c907bfa436 (diff) | |
download | cpython-5ec91f78d59d9c39b984f284e00cd04b96ddb5db.zip cpython-5ec91f78d59d9c39b984f284e00cd04b96ddb5db.tar.gz cpython-5ec91f78d59d9c39b984f284e00cd04b96ddb5db.tar.bz2 |
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-01-06-10-29-16.bpo-39209.QHAONe.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-01-06-10-29-16.bpo-39209.QHAONe.rst b/Misc/NEWS.d/next/Core and Builtins/2020-01-06-10-29-16.bpo-39209.QHAONe.rst new file mode 100644 index 0000000..c05b3f8 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-01-06-10-29-16.bpo-39209.QHAONe.rst @@ -0,0 +1,2 @@ +Correctly handle multi-line tokens in interactive mode. Patch by Pablo +Galindo. |