[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Thanks for fixing this and renaming the function, Amaury! On Fri, Jul 11, 2008 at 2:46 PM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > > Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: > > Corrected as r64881. > > -- >

[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Corrected as r64881. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: This is why I added an explicit "indent" parameter to Py_DisplaySourceLine. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I really hate how touchy the indentation output is for warnings/tracebacks. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- nosy: +brett.cannon ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mail

[issue3342] Tracebacks are not properly indented

2008-07-11 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: r62555 has the unfortunate effect that source lines are no more indented in tracebacks, as in: Traceback (most recent call last): File "", line 1, in File "C:\python\trunk\lib\re.py", line 150, in sub return _compile(pattern, 0).