[issue22642] trace module: unclear error message

Senthil Kumaran report at bugs.python.org
Mon Jan 11 09:28:07 EST 2016


Senthil Kumaran added the comment:

I reviewed the patch. It looks like the problem is not just with list functions but with other options too. Like.

$ ./python.exe -m trace -t
$ ./python.exe -m trace -c
$ ./python.exe -m trace -T

Will throw the same error. So, any changes should address all these cases instead of a single listfunctions (-l) case only.

----------
nosy: +orsenthil

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22642>
_______________________________________


More information about the Python-bugs-list mailing list