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.

classification
Title: error on optparse page
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, fbe2, georg.brandl
Priority: normal Keywords:

Created on 2008-04-23 05:08 by fbe2, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg65696 - (view) Author: Beverley Eyre (fbe2) Date: 2008-04-23 05:08
There is an error (maybe a typo) on this page:
http://docs.python.org/lib/optparse-callback-example-6.html.

The last line of the example should have ->
callback=vararg_callback not callback=varargs

Not a big deal.
msg65706 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-23 20:38
Thank you! Fixed in r62469.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46925
2008-04-23 20:38:48benjamin.petersonsetstatus: open -> closed
nosy: + benjamin.peterson
resolution: fixed
messages: + msg65706
2008-04-23 05:08:32fbe2create