diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-01-23 05:39:11 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-01-23 05:39:11 (GMT) |
commit | 8860443749295acbeecb074be8460113fc478468 (patch) | |
tree | ad145c69d866167c57f4ced8eb15bf53a102f854 /Misc | |
parent | 42d9e1b9f3ac02169336016d203b7ff78eb72882 (diff) | |
parent | 94338de49b6eb67efbaae6112787f2596a16d9d6 (diff) | |
download | cpython-8860443749295acbeecb074be8460113fc478468.zip cpython-8860443749295acbeecb074be8460113fc478468.tar.gz cpython-8860443749295acbeecb074be8460113fc478468.tar.bz2 |
Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |