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: presentation typo in lib: 6.21.4.2 How callbacks are called
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gward Nosy List: gward, jlgijsbers, rhettinger, weinsteinj
Priority: normal Keywords:

Created on 2004-12-23 01:00 by weinsteinj, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg23814 - (view) Author: Jesse Weinstein (weinsteinj) Date: 2004-12-23 01:00
On the page:
http://docs.python.org/lib/optparse-how-callbacks-called.html
the text: 
<DT><STRONG><var>args</var></STRONG></DT>
should be changed to:
<DT><STRONG><code>args</code></STRONG></DT>
to match the rest of the items on the page.  This may
require changing the LaTeX.
msg23815 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-12-31 01:08
Logged In: YES 
user_id=80475

Fixed.

Thanks for the report.
msg23816 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-12-31 09:35
Logged In: YES 
user_id=469548

I think the optparse documentation is automatically
generated from the optik ReST docs, so Greg should take a
look at this as well.
msg23817 - (view) Author: Greg Ward (gward) (Python committer) Date: 2005-01-17 02:30
Logged In: YES 
user_id=14422

This problem stems from the mkpydoc script in Optik's source
repository.  I've fixed it there (rev 485) so that future
merges from Optik's repository into Python's won't resurrect
this bug.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41363
2004-12-23 01:00:20weinsteinjcreate