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: warnings framework documentation
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: fdrake, gvanrossum
Priority: high Keywords:

Created on 2000-12-15 22:25 by fdrake, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (2)
msg2691 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-12-15 22:25
The PyWarn_*() APIs need to be documented:  Doc/api/api.tex.

The command line parameters need to be documented:  Misc/python.man.

The Python module needs to be documented:  Doc/lib/libwarnings.tex (new file to create).
msg2692 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-12-19 06:37
All done.
History
Date User Action Args
2022-04-10 16:03:33adminsetgithub: 33599
2000-12-15 22:25:00fdrakecreate