diff options
author | Georg Brandl <georg@python.org> | 2010-07-30 09:23:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-30 09:23:23 (GMT) |
commit | 25fbb891d86ecea80d7f12d49a8aa298b9312efa (patch) | |
tree | 6c3011a866a9f4c96cee0f4b2f15f8c9ae1615d0 /Misc | |
parent | 46b9afc862974e5855f0ca8a181096945483c86e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |