]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16717: get rid of socket.error, replace with OSError
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 18 Dec 2012 21:10:48 +0000 (23:10 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 18 Dec 2012 21:10:48 +0000 (23:10 +0200)
commit0832af6628ca5ac02d0226899725297dd508470b
treefc4e7d05d9c6f51eb97f3e8abbcab2b226330b94
parentad28c7f9dad791567afa0624acfb3ba430851965
Issue #16717: get rid of socket.error, replace with OSError
39 files changed:
Doc/library/nntplib.rst
Lib/asynchat.py
Lib/asyncore.py
Lib/distutils/command/upload.py
Lib/ftplib.py
Lib/http/client.py
Lib/idlelib/PyShell.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/imaplib.py
Lib/logging/config.py
Lib/logging/handlers.py
Lib/nntplib.py
Lib/platform.py
Lib/poplib.py
Lib/smtpd.py
Lib/socketserver.py
Lib/ssl.py
Lib/telnetlib.py
Lib/test/ssl_servers.py
Lib/test/support.py
Lib/test/test_asyncore.py
Lib/test/test_epoll.py
Lib/test/test_ftplib.py
Lib/test/test_httplib.py
Lib/test/test_kqueue.py
Lib/test/test_logging.py
Lib/test/test_nntplib.py
Lib/test/test_poplib.py
Lib/test/test_smtplib.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_urllib2.py
Lib/test/test_xmlrpc.py
Lib/test/test_xmlrpc_net.py
Lib/urllib/request.py
Lib/webbrowser.py
Lib/xmlrpc/client.py
Modules/socketmodule.c