]> granicus.if.org Git - python/commit
Closes #17730: in code.interact(), when banner="", do not print anything.
authorGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 19:49:06 +0000 (21:49 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 19:49:06 +0000 (21:49 +0200)
commitfbc3c3c2bed34350e0dde4771805c51b80f2e410
tree2b24e6b4e81deb42db88bc9d5c204dc059a75c3b
parenta8fc7f6face4aa05b0bd975a3c7f129c67280a81
Closes #17730: in code.interact(), when banner="", do not print anything.

Also adds tests for banner printing.
Doc/library/code.rst
Lib/code.py
Lib/test/test_code_module.py