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: optparse module undocumented
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, jlgijsbers, nnorwitz
Priority: normal Keywords:

Created on 2002-11-14 22:15 by fdrake, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (6)
msg13231 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-11-14 22:15
Some volunteer needs to document the optparse module. 
The text files from optik may supply a good source for
material for the LaTeX version of the docs.
msg13232 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2002-11-19 07:42
Logged In: YES 
user_id=469548

I'm working on this. I'll probably mostly use the text files in 
the Optik package, but I'll add a true reference section, based 
on the output of pydoc.help(optparse). I'll have to write some 
more docstrings into the optparse module to make this 
useful, however.

Please note that I'm new to LaTeX, so it may take some time 
for me to learn it and then convert the text files.
msg13233 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-22 14:45
Logged In: YES 
user_id=33168

Note:  patch available at http://python.org/sf/642236
msg13234 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-01-01 22:39
Logged In: YES 
user_id=33168

There is a patch here: http://python.org/sf/642236
msg13235 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-01-05 22:03
Logged In: YES 
user_id=33168

Fred, I tested the patch, the doc builds ok with it.  It
looked very extensive, but I briefly looked it over.  Would
you like me to check it in?

BTW, do the datetime docs build for you?  They don't for me.
msg13236 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-01-06 15:42
Logged In: YES 
user_id=3066

Accepted the patch, with instructions for Neal to proceed
with checkin.

The datetime docs grew a markup error since I'd last
formatted them myself; now fixed.
History
Date User Action Args
2022-04-10 16:05:54adminsetgithub: 37477
2002-11-14 22:15:07fdrakecreate