Ignore:
Timestamp:
07/23/17 13:06:08 (7 years ago)
Author:
obi
Message:

update python stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/lib/python2.7/optparse.py

    r40094 r40658  
    915915        dictionary mapping short option strings, eg. "-f" or "-X",
    916916        to the Option instances that implement them.  If an Option
    917         has multiple short option strings, it will appears in this
     917        has multiple short option strings, it will appear in this
    918918        dictionary multiple times. [1]
    919919      _long_opt : { string : Option }
     
    13761376        by default prints the usage message to stderr and calls
    13771377        sys.exit() with an error message.  On success returns a pair
    1378         (values, args) where 'values' is an Values instance (with all
     1378        (values, args) where 'values' is a Values instance (with all
    13791379        your option values) and 'args' is the list of arguments left
    13801380        over after parsing options.
Note: See TracChangeset for help on using the changeset viewer.