Issue 1086675: optparse docs missing section on Extending (original) (raw)

Issue1086675

Created on 2004-12-16 20:25 by kjohnson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23749 - (view) Author: Kent Johnson (kjohnson) * Date: 2004-12-16 20:25
In Python 2.3 the module docs for optparse include a fifth section, 6.20.5 Extending optparse. This section is no longer present in the docs for Python 2.4. It is still present in the current Optik docs (http://optik.sourceforge.net/doc/1.5/extending.html) so my guess is this is an inadvertent omission.
msg23750 - (view) Author: Greg Ward (gward) (Python committer) Date: 2005-03-19 17:16
Logged In: YES user_id=14422 Fixed in Python 2.4 CVS, Doc/lib/liboptparse.tex rev 1.18.2.5.
History
Date User Action Args
2022-04-11 14:56:08 admin set github: 41334
2004-12-16 20:25:28 kjohnson create