summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-02 21:53:50 -0400
committerR David Murray <rdmurray@bitdance.com>2014-10-02 21:53:50 -0400
commitd344d306ca4386485501665460f5e548c739d8d4 (patch)
treed91565d29b1a3a0e8176121ad773caf0534d32b9 /Misc
parent55f7eec414aa6b6669084b4e684e8bc6bdb17bd9 (diff)
downloadcpython-d344d306ca4386485501665460f5e548c739d8d4.tar.gz
#8473: make doctest.testfile use universal newline mode.
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 5adf6a92ff..badf93d8c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Core and Builtins
Library
-------
+- Issue #8473: doctest.testfile now uses universal newline mode to read
+ the test file.
+
- Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
- Issue #20079: Added locales supported in glibc 2.18 to locale alias table.