summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-12-01 01:45:53 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-12-01 01:45:53 (GMT)
commitf10c400b91e44c5c744f4ddc05d90933cba3a56b (patch)
tree1758938fac9668be340fbee352e4c15056f0d7af /Misc/NEWS
parent60901876561a4ef665555e38fae1bdfe7bda78ba (diff)
downloadcpython-f10c400b91e44c5c744f4ddc05d90933cba3a56b.zip
cpython-f10c400b91e44c5c744f4ddc05d90933cba3a56b.tar.gz
cpython-f10c400b91e44c5c744f4ddc05d90933cba3a56b.tar.bz2
Fix test failure in debug builds and add NEWS entry for r86908
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d8371c..4598ca7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Core and Builtins
Library
-------
+- Issue #10535: Enable silenced warnings in unittest by default.
+
- Issue #9873: The URL parsing functions in urllib.parse now accept
ASCII byte sequences as input in addition to character strings.