New submission from David Watson:

In test_socket, the decorator on SendmsgStreamTests.testSendmsgDontWait still 
checks for the old sys.platform value of "linux2", with the result that the 
test is always skipped, when in fact the test is for a Linux facility.  Patch 
attached for 3.3 and above.

----------
components: Tests
files: test_socket-platform.diff
keywords: patch
messages: 211965
nosy: baikie
priority: normal
severity: normal
status: open
title: test_socket: testSendmsgDontWait needlessly skipped on Linux
type: behavior
versions: Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file34194/test_socket-platform.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20736>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to