summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-01-23 05:39:11 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-01-23 05:39:11 (GMT)
commit8860443749295acbeecb074be8460113fc478468 (patch)
treead145c69d866167c57f4ced8eb15bf53a102f854 /Misc
parent42d9e1b9f3ac02169336016d203b7ff78eb72882 (diff)
parent94338de49b6eb67efbaae6112787f2596a16d9d6 (diff)
downloadcpython-8860443749295acbeecb074be8460113fc478468.zip
cpython-8860443749295acbeecb074be8460113fc478468.tar.gz
cpython-8860443749295acbeecb074be8460113fc478468.tar.bz2
Merge with 3.3
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 72ae4fa..6d193d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -118,6 +118,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.