[issue33256] module is not displayed by cgitb.html

2018-04-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker

[issue33256] module is not displayed by cgitb.html

2018-04-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 07ad02f62cc336772e12e3fd837579952b03ca57 by Serhiy Storchaka in branch '2.7': [2.7] bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442). (GH-6650)

[issue33256] module is not displayed by cgitb.html

2018-04-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6346 ___ Python tracker ___ ___

[issue33256] module is not displayed by cgitb.html

2018-04-29 Thread miss-islington
miss-islington added the comment: New changeset 736f17fb8d8b105567d56317f9c0b4c577ce4105 by Miss Islington (bot) in branch '3.7': bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442)

[issue33256] module is not displayed by cgitb.html

2018-04-29 Thread miss-islington
miss-islington added the comment: New changeset ef91552cfb4b45f75b415dd43fb6a21795c8dbee by Miss Islington (bot) in branch '3.6': bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442)

[issue33256] module is not displayed by cgitb.html

2018-04-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +6334 ___ Python tracker ___

[issue33256] module is not displayed by cgitb.html

2018-04-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +6333 ___ Python tracker ___

[issue33256] module is not displayed by cgitb.html

2018-04-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7d68bfa82654ba01d860b8a772ff63bf0bd183ee by Serhiy Storchaka (sblondon) in branch 'master': bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442)

[issue33256] module is not displayed by cgitb.html

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

[issue33256] module is not displayed by cgitb.html

2018-04-10 Thread Stéphane Blondon
Change by Stéphane Blondon : -- type: -> behavior ___ Python tracker ___ ___

[issue33256] module is not displayed by cgitb.html

2018-04-10 Thread Stéphane Blondon
New submission from Stéphane Blondon : The html produced by cgitb.html() does not display because the square brackets are interpreted as a html tag (see the picture in attachement). This bug occurs if the code is called directly in the module, not inside a function