commit | 16994912c93e8e5db7365d48b75d67d3f70dd7b2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Apr 25 10:06:29 2020 +0300 |
committer | GitHub <noreply@github.com> | Sat Apr 25 10:06:29 2020 +0300 |
tree | 248f177a93676406af6d6ae977bed868aa2d1a34 | |
parent | 3c8a5b459d68b4337776ada1e04f5b33f90a2275 [diff] |
bpo-40275: Avoid importing socket in test.support (GH-19603) * Move socket related functions from test.support to socket_helper. * Import socket, nntplib and urllib.error lazily in transient_internet(). * Remove importing multiprocess.