cpython: 4ba2f6bce7f4 (original) (raw)

Mercurial > cpython

changeset 104206:4ba2f6bce7f4

Issue #28283: Merge from 3.6 [#28283]

Berker Peksag berker.peksag@gmail.com
date Sat, 01 Oct 2016 04:17:56 +0300
parents ff80d77200ed(current diff)0fe04467c4b5(diff)
children 013b3b5d3b6c
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()