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 catherine
Recipients bethard, catherine
Date 2010-08-04.17:45:39
SpamBayes Score 0.0013648447
Marked as misclassified No
Message-id <1280943944.34.0.134633220601.issue9340@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes it with a fourth approach: if unrecognized arguments are found during subparser parsing, information about them is inserted into the namespace (under "._unrecognized"), and the decision about whether to exit is deferred.  When top-level parsing is finished, those recorded unrecognized args are added to whatever was found by the main parser.  

It passes the tests I submitted yesterday.
History
Date User Action Args
2010-08-04 17:45:44catherinesetrecipients: + catherine, bethard
2010-08-04 17:45:44catherinesetmessageid: <1280943944.34.0.134633220601.issue9340@psf.upfronthosting.co.za>
2010-08-04 17:45:41catherinelinkissue9340 messages
2010-08-04 17:45:41catherinecreate