commit | eb976e47e261760330c1bed224019b073b05e994 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Jun 12 04:07:38 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 12 04:07:38 2019 +0200 |
tree | cdf1f8f1977dc23cd4f0ee4da8a07d947df089c2 | |
parent | efdf6ca90f7702824e7aeee1ceca949e7c20288a [diff] |
bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) Mock the HTTPConnection.close() method in a few unit tests to avoid logging "Exception ignored in: ..." messages.