[issue33311] cgitb: remove parentheses when the error is in module

2018-05-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker ___ ___

[issue33311] cgitb: remove parentheses when the error is in module

2018-05-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 8cf4b34b3665b8bb39ea7111e6b5c3410899d3e4 by Serhiy Storchaka (sblondon) in branch 'master': bpo-33311: Do not display parameters displayed in parentheses for module call. (GH-6677) https://github.com/python/cpython/commit/8cf4b34b3665b8bb39ea7

[issue33311] cgitb: remove parentheses when the error is in module

2018-05-01 Thread Stéphane Blondon
Change by Stéphane Blondon : -- pull_requests: +6371 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33311] cgitb: remove parentheses when the error is in module

2018-04-18 Thread Stéphane Blondon
Change by Stéphane Blondon : -- keywords: +patch pull_requests: +6215 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue33311] cgitb: remove parentheses when the error is in module

2018-04-18 Thread Stéphane Blondon
New submission from Stéphane Blondon : 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 [...] /