New submission from Petr Splichal :
Currently, python tracebacks shows the last of continuation lines
when a function spans across multiple lines. This line usually
contains some function parameter only and thus is not very useful
for debugging the problem.
For example:
Traceback (most
Changes by Petr Splichal :
--
nosy: +psss
___
Python tracker
<http://bugs.python.org/issue2489>
___
___
Python-bugs-list mailing list
Unsubscribe:
Petr Splichal added the comment:
Justin, is there any reproducer available for this issue?
Thanks!
--
nosy: +psss
___
Python tracker
<http://bugs.python.org/issue2
Petr Splichal added the comment:
Justin, is there any reproducer available for this issue?
Thanks!
--
nosy: +psss
___
Python tracker
<http://bugs.python.org/issue2
Changes by Petr Splichal :
--
nosy: +psss
___
Python tracker
<http://bugs.python.org/issue5753>
___
___
Python-bugs-list mailing list
Unsubscribe:
Petr Splichal <[EMAIL PROTECTED]> added the comment:
Is there any plan to modify pty.spawn() so that it reports child's
status? I think this would be really a very useful feature.
Thanx!
--
nosy: +psss
Tracker <[EMAIL PRO