[issue20617] test_ssl does not use mock

2015-03-12 Thread Berker Peksag
Berker Peksag added the comment: Thanks Xavier and Mark. -- components: +Tests -Library (Lib) nosy: +berker.peksag resolution: - fixed stage: - resolved status: open - closed versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org

[issue20617] test_ssl does not use mock

2015-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b7cf33ccd74 by Berker Peksag in branch '3.4': Issue #20617: Remove unused import in test_ssl. https://hg.python.org/cpython/rev/2b7cf33ccd74 New changeset 07e8c0ae232c by Berker Peksag in branch 'default': Issue #20617: Remove unused import in

[issue20617] test_ssl does not use mock

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- keywords: +patch versions: +Python 3.5 -Python 3.4 Added file: http://bugs.python.org/file38396/issue20617.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20617

[issue20617] test_ssl does not use mock

2014-02-13 Thread Xavier de Gaye
New submission from Xavier de Gaye: The following line should be removed from test_ssl.py: from unittest import mock -- components: Library (Lib) messages: 211148 nosy: xdegaye priority: normal severity: normal status: open title: test_ssl does not use mock type: behavior versions: