summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-02-24 02:35:27 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-02-24 02:35:27 (GMT)
commitc29c03a34a9f3c82704b66f323ce5ea9dc89c8af (patch)
tree7a9f2a94999b02b642e5b78de55c6197d1f2cd21 /Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst
parent11a1493bc4198f1def5e572049485779cf54dc57 (diff)
downloadcpython-c29c03a34a9f3c82704b66f323ce5ea9dc89c8af.zip
cpython-c29c03a34a9f3c82704b66f323ce5ea9dc89c8af.tar.gz
cpython-c29c03a34a9f3c82704b66f323ce5ea9dc89c8af.tar.bz2
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Adjust tests and user modules to match.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst b/Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst
new file mode 100644
index 0000000..0832944
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst
@@ -0,0 +1 @@
+Change ``str`` to ``code`` in pyparse.