commit | c3a4787ccbc0f91827120c0a519747305379e4d4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 04 00:32:18 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 04 00:32:18 2011 +0000 |
tree | 844f10848db67c7eb51cb32888c21fd8d046a9c2 | |
parent | 0f4bcbb021f526b24c52f088c8b04a54f085f083 [diff] |
Merged revisions 87721 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87721 | antoine.pitrou | 2011-01-04 01:24:03 +0100 (mar., 04 janv. 2011) | 3 lines Issue #10267: Fix refleak in test_ttk_guionly. Patch by Hirokazu Yamamoto. ........