This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Get rid of socket.error. Use OSError instead
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: asvetlov Nosy List: asvetlov, python-dev
Priority: normal Keywords:

Created on 2012-12-18 20:13 by asvetlov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg177714 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-18 21:11
New changeset 50d19c2fac82 by Andrew Svetlov in branch 'default':
Issue #16717: get rid of socket.error, replace with OSError
http://hg.python.org/cpython/rev/50d19c2fac82
msg177715 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-12-18 21:11
Fixed
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60921
2012-12-18 21:11:32asvetlovsetstatus: open -> closed
resolution: fixed
messages: + msg177715

stage: resolved
2012-12-18 21:11:02python-devsetnosy: + python-dev
messages: + msg177714
2012-12-18 20:14:04asvetlovlinkissue16705 dependencies
2012-12-18 20:13:46asvetlovcreate