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 Sworddragon
Recipients Sworddragon
Date 2010-06-12.20:10:21
SpamBayes Score 0.003108726
Marked as misclassified No
Message-id <1276373423.06.0.827266888307.issue8984@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.1.2 hasn't any arguments except the file name in sys.argv[0]. For example: build.py test
sys.argv[1] will be empty. I tried even the first example from the documentation 15.4 (optparse) but the filename is None. In Python 2.6.5 all is working fine.
History
Date User Action Args
2010-06-12 20:10:23Sworddragonsetrecipients: + Sworddragon
2010-06-12 20:10:23Sworddragonsetmessageid: <1276373423.06.0.827266888307.issue8984@psf.upfronthosting.co.za>
2010-06-12 20:10:21Sworddragonlinkissue8984 messages
2010-06-12 20:10:21Sworddragoncreate