mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix some mentions of IOError
This commit is contained in:
parent
a787b650d4
commit
4272d6a315
4 changed files with 14 additions and 6 deletions
|
@ -1172,7 +1172,7 @@ some point in the future.
|
|||
*key_file* and *cert_file* are supported to provide an SSL key and certificate;
|
||||
both are needed to support client authentication.
|
||||
|
||||
:class:`URLopener` objects will raise an :exc:`IOError` exception if the server
|
||||
:class:`URLopener` objects will raise an :exc:`OSError` exception if the server
|
||||
returns an error code.
|
||||
|
||||
.. method:: open(fullurl, data=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue