summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 09:23:23 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 09:23:23 (GMT)
commit25fbb891d86ecea80d7f12d49a8aa298b9312efa (patch)
tree6c3011a866a9f4c96cee0f4b2f15f8c9ae1615d0 /Misc
parent46b9afc862974e5855f0ca8a181096945483c86e (diff)
downloadcpython-25fbb891d86ecea80d7f12d49a8aa298b9312efa.zip
cpython-25fbb891d86ecea80d7f12d49a8aa298b9312efa.tar.gz
cpython-25fbb891d86ecea80d7f12d49a8aa298b9312efa.tar.bz2
Issue #8048: Prevent doctests from failing when sys.displayhook has
been reassigned.
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 5c61594..dc8b72c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #8048: Prevent doctests from failing when sys.displayhook has
+ been reassigned.
+
- Issue #8015: In pdb, do not crash when an empty line is entered as
a breakpoint command.