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 etukia
Recipients docs@python, etukia, ezio.melotti, michael.foord, orsenthil, python-dev
Date 2012-01-14.12:45:44
SpamBayes Score 2.8866582e-06
Marked as misclassified No
Message-id <1326545145.45.0.932173694809.issue13726@psf.upfronthosting.co.za>
In-reply-to
Content
--start requires an argument but short opt -S does not.

in Lib/test/regrtest.py

opts, args = getopt.getopt(sys.argv[1:], '...S...',
            [..., 'start=', ...])

Patch included.
History
Date User Action Args
2012-01-14 12:45:45etukiasetrecipients: + etukia, orsenthil, ezio.melotti, michael.foord, docs@python, python-dev
2012-01-14 12:45:45etukiasetmessageid: <1326545145.45.0.932173694809.issue13726@psf.upfronthosting.co.za>
2012-01-14 12:45:44etukialinkissue13726 messages
2012-01-14 12:45:44etukiacreate