commit | 58b8b95cdb577694e48a5f673acb58b454dd3f8b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Apr 01 21:54:21 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Apr 01 21:54:21 2009 +0000 |
tree | 450af891bf2606fab70fe8a045bd745e05359644 | |
parent | 3864459196cc8d5f9477d6e635736cc2372f257e [diff] [blame] |
In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext.
diff --git a/Misc/NEWS b/Misc/NEWS index 5129164..b1e90bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,9 @@ Library ------- +- In Pdb, prevent the reassignment of __builtin__._ by sys.displayhook on + printing out values. + - Issue #4572: added SEEK_* symbolic constants to io module. - Issue #1665206 (partially): Move imports in cgitb to the top of the module