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 ngrover
Recipients
Date 2007-08-22.01:29:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In addition to catching AttributeError in case sys.argv doesn't exist, this should also catch IndexError and TypeError in case sys.argv is an empty list or it is not even a list at all.
History
Date User Action Args
2007-08-23 14:18:11adminlinkissue839151 messages
2007-08-23 14:18:11admincreate