commit | 25fbb891d86ecea80d7f12d49a8aa298b9312efa | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 30 09:23:23 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 30 09:23:23 2010 +0000 |
tree | 6c3011a866a9f4c96cee0f4b2f15f8c9ae1615d0 | |
parent | 46b9afc862974e5855f0ca8a181096945483c86e [diff] [blame] |
Issue #8048: Prevent doctests from failing when sys.displayhook has been reassigned.
diff --git a/Misc/NEWS b/Misc/NEWS index 5c61594..dc8b72c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -475,6 +475,9 @@ 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.