commit | 9d37ae0bee25692572c201378cd0692df22fa2ac | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 11 19:26:02 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 11 19:26:02 2019 -0700 |
tree | db3e926d20e6e056bb4c7e86eb2b0ebdc0a472a7 | |
parent | 3ba21070c6ecab83c23cea41a92b42fa651c7ea2 [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. (cherry picked from commit eb976e47e261760330c1bed224019b073b05e994) Co-authored-by: Victor Stinner <vstinner@redhat.com>