commit | e81e355a8e43956802211115e3f99859a1a29ecb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu May 04 18:52:26 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu May 04 18:52:26 2017 +0200 |
tree | 49359d1df32e34a2481f54b3c63a8fa9cdd5d63d | |
parent | 78064387e5815633168a80dcdc1bd9aec4eff46a [diff] |
bpo-30108: Fix test_site setUpModule() (#1460) Oops, I forgot that PermissionError was introduced in Python 3.3! Replace PermissionError with OSError and check on errno.