mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
More \exception fixes.
This commit is contained in:
parent
da37604ee3
commit
db815abc70
18 changed files with 71 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue