summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-01-23 05:36:46 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-01-23 05:36:46 (GMT)
commit94338de49b6eb67efbaae6112787f2596a16d9d6 (patch)
treeeab45846c4ec75d6c03670b6859d12a251020a5c /Misc
parent09761e7c9cf984b8164c172fcf9f1a5994402495 (diff)
downloadcpython-94338de49b6eb67efbaae6112787f2596a16d9d6.zip
cpython-94338de49b6eb67efbaae6112787f2596a16d9d6.tar.gz
cpython-94338de49b6eb67efbaae6112787f2596a16d9d6.tar.bz2
Issue #17390: Add Python version to Idle editor window title bar.
Original patches by Edmond Burnett and Kent Johnson.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a89762d..4372701 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,9 @@ Library
IDLE
----
+--Issue #17390: Add Python version to Idle editor window title bar.
+ Original patches by Edmond Burnett and Kent Johnson.
+
- Issue #18960: IDLE now ignores the source encoding declaration on the second
line if the first line contains anything except a comment.