summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2019-06-02 18:56:47 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-06-02 18:56:47 (GMT)
commit6bdc4dee01788599808c7858e2fe9fdd72cf6792 (patch)
tree9799a90d1b34dcb30bb42edb9a9c5cf35a37fc35 /Misc/NEWS.d/next/IDLE
parent5df4025f42b30aca72f441899b361f748c304c57 (diff)
downloadcpython-6bdc4dee01788599808c7858e2fe9fdd72cf6792.zip
cpython-6bdc4dee01788599808c7858e2fe9fdd72cf6792.tar.gz
cpython-6bdc4dee01788599808c7858e2fe9fdd72cf6792.tar.bz2
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Changes in bpo- 31858 made the less informative 'context_use_ps1' redundant.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-06-02-14-10-52.bpo-35610.0w_v6Y.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-06-02-14-10-52.bpo-35610.0w_v6Y.rst b/Misc/NEWS.d/next/IDLE/2019-06-02-14-10-52.bpo-35610.0w_v6Y.rst
new file mode 100644
index 0000000..0042ab7
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-06-02-14-10-52.bpo-35610.0w_v6Y.rst
@@ -0,0 +1,2 @@
+Replace now redundant .context_use_ps1 with .prompt_last_line. This finishes
+change started in bpo-31858.