This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sblondon
Recipients sblondon
Date 2018-04-10.11:59:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523361579.44.0.682650639539.issue33256@psf.upfronthosting.co.za>
In-reply-to
Content
The html produced by cgitb.html() does not display <module> 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 or a class.
History
Date User Action Args
2018-04-10 11:59:39sblondonsetrecipients: + sblondon
2018-04-10 11:59:39sblondonsetmessageid: <1523361579.44.0.682650639539.issue33256@psf.upfronthosting.co.za>
2018-04-10 11:59:39sblondonlinkissue33256 messages
2018-04-10 11:59:39sblondoncreate