diff options
| author | Georg Brandl <georg@python.org> | 2006-03-17 16:26:31 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2006-03-17 16:26:31 (GMT) |
| commit | db815abc70a20f81c9de1c99b9089944c802c715 (patch) | |
| tree | 4fe27086334262c4177877d4401c40d16975a2e6 /Doc/lib/libcgi.tex | |
| parent | da37604ee32cdefbb0184b7f34c97cf1aa1ec3cf (diff) | |
| download | cpython-db815abc70a20f81c9de1c99b9089944c802c715.zip cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.gz cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.bz2 | |
More \exception fixes.
Diffstat (limited to 'Doc/lib/libcgi.tex')
| -rw-r--r-- | Doc/lib/libcgi.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index cd6f58a..1dd7e03 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -323,7 +323,7 @@ not included. The optional argument \var{strict_parsing} is a flag indicating what to do with parsing errors. If false (the default), errors -are silently ignored. If true, errors raise a ValueError +are silently ignored. If true, errors raise a \exception{ValueError} exception. Use the \function{\refmodule{urllib}.urlencode()} function to convert @@ -347,7 +347,7 @@ not included. The optional argument \var{strict_parsing} is a flag indicating what to do with parsing errors. If false (the default), errors -are silently ignored. If true, errors raise a ValueError +are silently ignored. If true, errors raise a \exception{ValueError} exception. Use the \function{\refmodule{urllib}.urlencode()} function to convert |
