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/liburllib2.tex | |
parent | da37604ee32cdefbb0184b7f34c97cf1aa1ec3cf (diff) | |
download | cpython-db815abc70a20f81c9de1c99b9089944c802c715.zip cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.gz cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.bz2 |
More \exception fixes.
Diffstat (limited to 'Doc/lib/liburllib2.tex')
-rw-r--r-- | Doc/lib/liburllib2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 706c54b..e0c4568 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -384,7 +384,7 @@ determined by sorting the handler instances. \method{\var{protocol}_open()} are called to handle the request. This stage ends when a handler either returns a non-\constant{None} value (ie. a response), or raises an exception - (usually URLError). Exceptions are allowed to propagate. + (usually \exception{URLError}). Exceptions are allowed to propagate. In fact, the above algorithm is first tried for methods named \method{default_open}. If all such methods return |