summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-21 16:26:09 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-21 16:26:09 (GMT)
commitb3bfc3d88b9693f9a21dfcee2530f889025f239d (patch)
tree09914c7fd8f49074cb4cc57a2597a3e9895992f8 /Misc
parent52d42503d5f7e763264b03f12785c46a467c196b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cdd9ef7..82b54a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.