[issue19802] socket.SO_PRIORITY is missing

Sworddragon report at bugs.python.org
Tue Nov 26 18:06:20 CET 2013


New submission from Sworddragon:

socket(7) does contain SO_PRIORITY but trying to use this value will result in this error: AttributeError: 'module' object has no attribute 'SO_PRIORITY'

----------
components: Library (Lib)
messages: 204506
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: socket.SO_PRIORITY is missing
type: behavior
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19802>
_______________________________________


More information about the Python-bugs-list mailing list