diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-11-27 16:59:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-11-27 16:59:04 (GMT) |
commit | 307021f40b227d2bf114b536c37cc41e03fc2aff (patch) | |
tree | 5a45b1fd79d1ea12c2822045fc58cacf77416b89 /Misc/NEWS | |
parent | 1f663574ee154dfc95b883747137040f51ea7ef6 (diff) | |
download | cpython-307021f40b227d2bf114b536c37cc41e03fc2aff.zip cpython-307021f40b227d2bf114b536c37cc41e03fc2aff.tar.gz cpython-307021f40b227d2bf114b536c37cc41e03fc2aff.tar.bz2 |
Patch #1162825: Support non-ASCII characters in IDLE window titles.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -287,6 +287,8 @@ Extension Modules Library ------- +- Patch #1162825: Support non-ASCII characters in IDLE window titles. + - Bug #1365984: urllib now opens "data:" URLs again. - Patch #1314396: prevent deadlock for threading.Thread.join() when an exception |