Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of socket.error. Use OSError instead #60921

Closed
asvetlov opened this issue Dec 18, 2012 · 2 comments
Closed

Get rid of socket.error. Use OSError instead #60921

asvetlov opened this issue Dec 18, 2012 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@asvetlov
Copy link
Contributor

BPO 16717
Nosy @asvetlov

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/asvetlov'
closed_at = <Date 2012-12-18.21:11:32.603>
created_at = <Date 2012-12-18.20:13:46.679>
labels = ['docs']
title = 'Get rid of socket.error. Use OSError instead'
updated_at = <Date 2012-12-18.21:11:32.602>
user = 'https://github.com/asvetlov'

bugs.python.org fields:

activity = <Date 2012-12-18.21:11:32.602>
actor = 'asvetlov'
assignee = 'asvetlov'
closed = True
closed_date = <Date 2012-12-18.21:11:32.603>
closer = 'asvetlov'
components = ['Documentation']
creation = <Date 2012-12-18.20:13:46.679>
creator = 'asvetlov'
dependencies = []
files = []
hgrepos = []
issue_num = 16717
keywords = []
message_count = 2.0
messages = ['177714', '177715']
nosy_count = 2.0
nosy_names = ['asvetlov', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue16717'
versions = ['Python 3.4']

@asvetlov asvetlov self-assigned this Dec 18, 2012
@asvetlov asvetlov added the docs Documentation in the Doc dir label Dec 18, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 18, 2012

New changeset 50d19c2fac82 by Andrew Svetlov in branch 'default':
Issue bpo-16717: get rid of socket.error, replace with OSError
http://hg.python.org/cpython/rev/50d19c2fac82

@asvetlov
Copy link
Contributor Author

Fixed

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant