cpython: 7f50e1836ddb (original) (raw)

Mercurial > cpython

changeset 90509:7f50e1836ddb

Fix failure in test_poplib after issue #20951. [#20951]

Antoine Pitrou solipsis@pitrou.net
date Tue, 29 Apr 2014 10:27:09 +0200
parents 2a1d63f09560
children a627b3e3c9c8
files Lib/test/test_poplib.py
diffstat 1 files changed, 5 insertions(+), 10 deletions(-)[+] [-] Lib/test/test_poplib.py 15

line wrap: on

line diff

--- a/Lib/test/test_poplib.py +++ b/Lib/test/test_poplib.py @@ -349,23 +349,18 @@ class TestPOP3Class(TestCase): if SUPPORTS_SSL:

def init(self, conn): asynchat.async_chat.init(self, conn)

@requires_ssl