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 nobody
Recipients
Date 2003-11-19.05:23:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

Much simplier test:

>>> import sys
>>> del sys.argv
>>> sys.maxint+1
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "D:\development\python22\lib\warnings.py", line 38,
in warn
    filename = sys.argv[0]
AttributeError: 'module' object has no attribute 'argv'
History
Date User Action Args
2007-08-23 14:18:11adminlinkissue839151 messages
2007-08-23 14:18:11admincreate