[New-bugs-announce] [issue21966] InteractiveConsole does not support -q option

Alexander Belopolsky report at bugs.python.org
Sat Jul 12 18:05:23 CEST 2014


New submission from Alexander Belopolsky:

When invoked with -q option, python3 prints no banner:
$ python3 -q
>>>

However, code.InteractiveConsole does not implement this feature:
$ python3 -mcode -q
Python 3.4.1 (default, May 19 2014, 13:10:29)
[GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>

----------
keywords: easy
messages: 222850
nosy: belopolsky
priority: normal
severity: normal
status: open
title: InteractiveConsole does not support -q option
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21966>
_______________________________________


More information about the New-bugs-announce mailing list