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: Minor internal link errors in Optparse doc
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, pakal
Priority: normal Keywords:

Created on 2009-06-29 15:04 by pakal, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg89847 - (view) Author: Pascal Chambon (pakal) * Date: 2009-06-29 15:04
Hello

A minor detail in optparse documentation :
"If optparse‘s default error-handling behaviour does not suit your
needs, you’ll need to subclass OptionParser and override its exit()
and/or error() methods."
-> the links put on exit() and error() are wrong (the latter isn't set,
the former links to another exit() symbol.

Regards, 
Pascal
msg89940 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-30 16:35
Thanks, fixed in r73707.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50620
2009-06-30 16:35:20georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg89940
2009-06-29 15:04:02pakalcreate