diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-21 16:26:09 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-21 16:26:09 (GMT) |
commit | b3bfc3d88b9693f9a21dfcee2530f889025f239d (patch) | |
tree | 09914c7fd8f49074cb4cc57a2597a3e9895992f8 /Misc | |
parent | 52d42503d5f7e763264b03f12785c46a467c196b (diff) | |
download | cpython-b3bfc3d88b9693f9a21dfcee2530f889025f239d.zip cpython-b3bfc3d88b9693f9a21dfcee2530f889025f239d.tar.gz cpython-b3bfc3d88b9693f9a21dfcee2530f889025f239d.tar.bz2 |
Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by
Ned Deily.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -207,6 +207,9 @@ Tools/Demos Tests ----- +- Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by + Ned Deily. + - Issue #9894: Do not hardcode ENOENT in test_subprocess. - Issue #9315: Added tests for the trace module. Patch by Eli Bendersky. |