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 jlgijsbers
Recipients
Date 2003-08-28.18:17:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=469548

I'm not sure we want to support this: our new option-parsing
library optparse rejects this behavior (see
http://python.org/doc/current/lib/optparse-terminology.html),
and our gnu_getopt wasn't intended to work exactly like
gnu_getopt (see http://python.org/sf/473512). On the other
hand, your patch seems to work well, although you should add
tests and a documentation patch.
History
Date User Action Args
2007-08-23 15:28:34adminlinkissue784231 messages
2007-08-23 15:28:34admincreate