commit | d72e043bddf965ce1cdc7a85baef1d3e929df070 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 30 09:59:28 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 30 09:59:28 2010 +0000 |
tree | 5091e2ab414152005d883ef6b3303bab897208f8 | |
parent | 06535ee56d1a8f4982fdbdff2d1a6db638bc5def [diff] |
#5727: Restore the ability to use readline when calling into pdb in doctests.
diff --git a/Misc/NEWS b/Misc/NEWS index 901d21f..50fa0cf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -475,6 +475,9 @@ Library ------- +- Issue #5727: Restore the ability to use readline when calling into pdb + in doctests. + - Issue #6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.