diff options
author | Barry Warsaw <barry@python.org> | 2009-04-07 15:15:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-04-07 15:15:47 (GMT) |
commit | aa0af786b053eeec0229883351c2107f5d414309 (patch) | |
tree | f8ff432a9376204114a3b3fd7395480030304a64 /Misc | |
parent | 32b18cc2cfd0a54611192e500757952bd9fcf0d4 (diff) | |
download | cpython-aa0af786b053eeec0229883351c2107f5d414309.zip cpython-aa0af786b053eeec0229883351c2107f5d414309.tar.gz cpython-aa0af786b053eeec0229883351c2107f5d414309.tar.bz2 |
The back ported fix for 1326077 caused a regression and is removed from
2.6.2rc1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -108,8 +108,6 @@ Library - Issue 5471: Fix os.path.expanduser() for $HOME set to '/'. -- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module. - - Issue 1726172: fix IndexError in the case of and empty response in ftplib. - In Pdb, prevent the reassignment of __builtin__._ by sys.displayhook on |