[Python-bugs-list] [ python-Bugs-672614 ] python -S still displays 'Type "help", "cop...'
SourceForge.net
noreply@sourceforge.net
Wed, 22 Jan 2003 10:26:25 -0800
Bugs item #672614, was opened at 2003-01-22 13:26
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=672614&group_id=5470
Category: Extension Modules
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Douglas Napoleone (derivin)
Assigned to: Nobody/Anonymous (nobody)
Summary: python -S still displays 'Type "help", "cop...'
Initial Comment:
$ python -S
Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more
information.
>>> help
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'help' is not defined
site.py sets up the builtins for help, credits, etc.
where this is printed in Py_Main() it is already known
wether or not site.py was going to be imported or not.
I know its a real nit-pick, but it has bugged me for some
time.
should be set to a LOW priority.
(and yes, the bug is still there in 2.3a1)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=672614&group_id=5470