[issue5668] file "" on disk creates garbage output in stack trace

2009-04-28 Thread Daniel Diniz
Daniel Diniz added the comment: Duplicate of #1514420. -- nosy: +ajaksu2 resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue5668] file "" on disk creates garbage output in stack trace

2009-04-02 Thread Zbyszek Szmek
New submission from Zbyszek Szmek : When running interactively, python checks for existence of file "" when trying to display a stack trace with code input from stdin. # cat >> "" asdf asdf asdf # python Python 2.5.2 (r252:60911, Jun 25 2008, 17:58:32) [GCC 4.3.1] on linux2 Type "help", "copyr