[Patches] [ python-Patches-784231 ] getopt_long_only()

SourceForge.net noreply at sourceforge.net
Wed Aug 6 09:25:05 EDT 2003


Patches item #784231, was opened at 2003-08-06 15:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=784231&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Souza (s3a)
Assigned to: Nobody/Anonymous (nobody)
Summary: getopt_long_only()

Initial Comment:
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=784231&group_id=5470



More information about the Patches mailing list