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 s3a
Recipients
Date 2003-08-06.15:25:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A getopt_long_only() implementation for the `getopt'
module.

Note that it has one slight difference from the glibc
version, related to the `-W' behavior, in that it
_really_ treats `-W foo' _as_ `--foo'; therefore, when
`foo' is not a valid long option, this is an error ---
rather than returning the option ('-W', 'foo') as
though `W:' instead of `W;' had been specified.
History
Date User Action Args
2007-08-23 15:28:34adminlinkissue784231 messages
2007-08-23 15:28:34admincreate