diff options
author | Georg Brandl <georg@python.org> | 2010-12-19 10:10:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-19 10:10:32 (GMT) |
commit | aedd2899c27c71dde84837fab9ac119425b7f4dc (patch) | |
tree | 8d80e0f350e9d35681b8d61ff1fadc1b12cad983 /Misc | |
parent | 7504302875d4584f7f6059609783dba1f2597669 (diff) | |
download | cpython-aedd2899c27c71dde84837fab9ac119425b7f4dc.zip cpython-aedd2899c27c71dde84837fab9ac119425b7f4dc.tar.gz cpython-aedd2899c27c71dde84837fab9ac119425b7f4dc.tar.bz2 |
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -881,6 +881,7 @@ Wojtek Walczak Charles Waldman Richard Walker Larry Wall +Kevin Walzer Rodrigo Steinmuller Wanderley Greg Ward Barry Warsaw @@ -93,6 +93,9 @@ Tests Tools/Demos ----------- +- Issue #6075: IDLE on Mac OS X now works with both Carbon AquaTk and + Cocoa AquaTk. + - Issue #10710: ``Misc/setuid-prog.c`` is removed from the source tree. - Issue #10706: Remove outdated script runtests.sh. Either ``make test`` |