The back ported fix for 1326077 caused a regression and is removed from

2.6.2rc1.
This commit is contained in:
Barry Warsaw 2009-04-07 15:15:47 +00:00
parent 32b18cc2cf
commit aa0af786b0
1 changed files with 0 additions and 2 deletions

View File

@ -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