diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-16 21:54:59 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-16 21:54:59 (GMT) |
commit | 9d396399dad743124535dcb28cd073617ad15980 (patch) | |
tree | d873b5e29e4904a341c9def07a17b0bf7457e080 /Misc/NEWS | |
parent | 2a531395cd5f6997aaa5611b4d007595d8b87416 (diff) | |
download | cpython-9d396399dad743124535dcb28cd073617ad15980.zip cpython-9d396399dad743124535dcb28cd073617ad15980.tar.gz cpython-9d396399dad743124535dcb28cd073617ad15980.tar.bz2 |
Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a
new test specific to unicode (non-ascii name and filename).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -98,6 +98,12 @@ Tools/Demos - Issue #7287: Demo/imputil/knee.py was removed. +Tests +----- + +- Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a + new test specific to unicode (non-ascii name and filename). + Build ----- |