[issue8787] PySys_Get

2010-05-22 Thread Sebastian
Sebastian added the comment: Could anyone please correct the title? Thx :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue8787] PySys_Get

2010-05-22 Thread Sebastian
New submission from Sebastian : Hi all, I found a bug in the exception handler. When I start the app without any arguments I get an output I expect: __main__:2:DeprecationWarning: Deprecated function. When I run the app with arguments, the arguments are printed somehow in the exception output: