summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_code_module.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-131-0/+14
* Issue #12643: Respect sys.excepthook in code.InteractiveConsoleNick Coghlan2012-08-201-0/+72