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 ezio.melotti
Recipients ezio.melotti, hieu.nguyen, pitrou, python-dev, serhiy.storchaka, skrah, tweksteen
Date 2012-11-23.15:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353682974.01.0.468329961099.issue16306@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch doesn't seem to be correct:
without the patch:
$ ./python -a -z
Unknown option: -a
Unknown option: -z
usage: ./python [option] ... [-c cmd | -m mod | file | -] [arg] ...

with the patch:
$ ./python -a -z
Unknown option: -a
usage: ./python [option] ... [-c cmd | -m mod | file | -] [arg] ...

A test case for this should also be added.
History
Date User Action Args
2012-11-23 15:02:54ezio.melottisetrecipients: + ezio.melotti, pitrou, skrah, hieu.nguyen, python-dev, serhiy.storchaka, tweksteen
2012-11-23 15:02:54ezio.melottisetmessageid: <1353682974.01.0.468329961099.issue16306@psf.upfronthosting.co.za>
2012-11-23 15:02:54ezio.melottilinkissue16306 messages
2012-11-23 15:02:53ezio.melotticreate