Message315459
| Author | sblondon |
|---|---|
| Recipients | sblondon |
| Date | 2018-04-18.18:39:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1524076792.36.0.682650639539.issue33311@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The cgitb module displays a traceback in text or html.
When a module is called, there are no parameters (displayed as '()'). I
think they are unnecessary and the parentheses should be removed.
### example for the text version ###
$ python3 demo.py
[...]
/home/stephane/src/cgitest/demo.py in <module>()
7 def func1(a, b): ^-- to be removed?
[...]
### end of example ###
It occurs in both text and html versions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-18 18:39:52 | sblondon | set | recipients: + sblondon |
| 2018-04-18 18:39:52 | sblondon | set | messageid: <1524076792.36.0.682650639539.issue33311@psf.upfronthosting.co.za> |
| 2018-04-18 18:39:52 | sblondon | link | issue33311 messages |
| 2018-04-18 18:39:52 | sblondon | create | |