[issue31604] unittest.TestLoader().loadTestsFromTestCase(...) fails when adding test cases with the expectedFailure decorator

2017-09-28 Thread Krzysztof Warunek
Krzysztof Warunek added the comment: AFAIK this helper is meant to be used with test function not the TestCases. -- nosy: +kwarunek ___ Python tracker <https://bugs.python.org/issue31

[issue31507] email.utils.parseaddr has no docstring

2017-09-18 Thread Krzysztof Warunek
Krzysztof Warunek added the comment: As well as `parsedate_to_datetime`... I'll work on that -- nosy: +kwarunek ___ Python tracker <https://bugs.python.org/is

[issue27391] server_hostname should only be required when checking host names

2017-09-15 Thread Krzysztof Warunek
Krzysztof Warunek added the comment: The case appears in asyncio's create_connection. Actually it's known thing https://github.com/python/cpython/blob/3.6/Lib/asyncio/base_events.py#L699, a workaround mentioned (same as Jim has pointed) is used widely. It seems reasonably at firs

[issue31452] asyncio.gather does not cancel tasks if one fails

2017-09-15 Thread Krzysztof Warunek
Krzysztof Warunek added the comment: I hit the same thing. Also there is a PR patch -- nosy: +kwarunek ___ Python tracker <https://bugs.python.org/issue31

[issue31452] asyncio.gather does not cancel tasks if one fails

2017-09-15 Thread Krzysztof Warunek
Changes by Krzysztof Warunek : -- keywords: +patch pull_requests: +3588 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu