summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>2019-12-09 04:36:27 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-12-09 04:36:27 (GMT)
commit109fc2792a490ee5cd8a423e17d415fbdedec5c8 (patch)
treeec14be7f6abcb0760cc94a920cf783ec5319f850 /Misc/NEWS.d
parent3ae4ea1931361dd2743e464790e739d9285501bf (diff)
downloadcpython-109fc2792a490ee5cd8a423e17d415fbdedec5c8.zip
cpython-109fc2792a490ee5cd8a423e17d415fbdedec5c8.tar.gz
cpython-109fc2792a490ee5cd8a423e17d415fbdedec5c8.tar.bz2
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421)
https://bugs.python.org/issue38673
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-12-01-00-17-44.bpo-38673.K_Tze-.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-12-01-00-17-44.bpo-38673.K_Tze-.rst b/Misc/NEWS.d/next/Core and Builtins/2019-12-01-00-17-44.bpo-38673.K_Tze-.rst
new file mode 100644
index 0000000..8f8cf88
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-12-01-00-17-44.bpo-38673.K_Tze-.rst
@@ -0,0 +1 @@
+In REPL mode, don't switch to PS2 if the line starts with comment or whitespace. Based on work by Batuhan Taşkaya.