no sys.argc

Mike Tibbs (tibbs@dopey.si.com)
Tue, 28 Jun 94 15:51 EDT

Why does the sys module have "argv" but no "argc"?

I have to do:

if len(sys.argv) == 1:
print 'Usage..."

instead of:

if sys.argc == 1:
print 'Usage...'

Just wondering...

==============================================================================
Michael Tibbs email: tibbs_michael@si.com
Smiths Industries Aerospace voice: 616-241-7572
4141 Eastern Ave SE FAX: 616-241-7533
Grand Rapids, MI 49518
============================================="OOP is no mistake."=============