[issue5190] optparse doex not export make_option

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: As commented in optparse.py, make_option is the preferred way to create options, so I've added it to __all__ in r70868. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue5190] optparse doex not export make_option

2009-02-09 Thread Bluebird
New submission from Bluebird : The documentation of optparse mentions make_option() as the standard way to create an option list: For example, in the doc of python 2.5: 14.3.3.2 Populating the parser [...] pass it an Option instance (as returned by make_option()) [...] option_list =