summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-08 16:14:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-08 16:14:49 (GMT)
commit3e60a9d602c85b738dc74a3c8a196650822e8619 (patch)
tree0c21357fd386696b3dbe8ef4ea1dde284c5ccd14 /Misc
parenta82f74dee35cb2d433fdf86e48ea6f5cd45b6ded (diff)
downloadcpython-3e60a9d602c85b738dc74a3c8a196650822e8619.zip
cpython-3e60a9d602c85b738dc74a3c8a196650822e8619.tar.gz
cpython-3e60a9d602c85b738dc74a3c8a196650822e8619.tar.bz2
Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a760ba..0eac7fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,8 @@ Library
Tests
-----
+- Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
+
- Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.