cpython: 27fc857ea8af (original) (raw)

Mercurial > cpython

changeset 104111:27fc857ea8af

Issue #28283: Merge from 3.6 [#28283]

Berker Peksag berker.peksag@gmail.com
date Wed, 28 Sep 2016 00:40:42 +0300
parents 675d3f76444d(current diff)b9f18dcbfc4b(diff)
children 8f0df4db2b06
files
diffstat 1 files changed, 0 insertions(+), 86 deletions(-)[+] [-] Lib/test/test_asyncio/test_selector_events.py 86

line wrap: on

line diff

--- a/Lib/test/test_asyncio/test_selector_events.py +++ b/Lib/test/test_asyncio/test_selector_events.py @@ -2,8 +2,6 @@ import errno import socket -import threading -import time import unittest from unittest import mock try: @@ -1786,89 +1784,5 @@ class SelectorDatagramTransportTests(tes 'Fatal error on transport\nprotocol:.\ntransport:.'), exc_info=(ConnectionRefusedError, MOCK_ANY, MOCK_ANY)) - -class SelectorLoopFunctionalTests(unittest.TestCase): -

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

- - if name == 'main': unittest.main()