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 belopolsky
Recipients belopolsky
Date 2014-07-12.16:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405181123.73.0.894498211412.issue21966@psf.upfronthosting.co.za>
In-reply-to
Content
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)
>>>
History
Date User Action Args
2014-07-12 16:05:23belopolskysetrecipients: + belopolsky
2014-07-12 16:05:23belopolskysetmessageid: <1405181123.73.0.894498211412.issue21966@psf.upfronthosting.co.za>
2014-07-12 16:05:23belopolskylinkissue21966 messages
2014-07-12 16:05:23belopolskycreate