summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwarnings.tex
Commit message (Collapse)AuthorAgeFilesLines
* showwarning() calls formatwarning(), not showwarning().Tim Peters2003-07-011-1/+1
| | | | Bugfix candidate.
* Fix description of filterwarnings() parameters (error noted by Richard Jones atAndrew M. Kuchling2003-02-061-4/+5
| | | | http://mechanicalcat.net/cgi-bin/log/python/turning_warnings_off.html)
* More updates describing FutureWarnings.Barry Warsaw2002-08-141-0/+3
|
* Fix grammarNeal Norwitz2002-03-211-1/+1
|
* [Apply SF patch #504943]Walter Dörwald2002-03-211-1/+7
| | | | | | This patch makes it possible to pass Warning instances as the first argument to warnings.warn. In this case the category argument will be ignored. The message text used will be str(warninginstance).
* "level" keyword argument in example should be "stacklevel".Fred Drake2002-03-121-1/+1
| | | | This closes SF bug #517684.
* Fix a minor typo and mark an exception name that was missed.Fred Drake2001-08-141-1/+1
|
* Document warn_explicit().Guido van Rossum2001-02-281-0/+10
|
* Document filterwarnings(..., append=<bool>).Guido van Rossum2001-01-141-2/+4
|
* Markup nit: Command line options should be marked with \programopt.Fred Drake2001-01-041-15/+17
| | | | | | Other minor markup nits fixed. Make reference to PyErr_Warn() a hyperlink.
* Make sure subsections are formatted into HTML pages with reasonable names.Fred Drake2000-12-251-4/+5
|
* Document the warnings module.Guido van Rossum2000-12-191-0/+191