Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: acdf159b245aaac28f54dd10606911386ab39058 https://github.com/python/cpython/commit/acdf159b245aaac28f54dd10606911386ab39058 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月19日 (2017年6月19日) Changed paths: M Lib/test/test_normalization.py Log Message: ----------- bpo-29887: test_normalization handles PermissionError (#1196) (#2275) Skip test_normalization.test_main() if download raises a permission error. (cherry picked from commit d13d54748d3a7db023d9db37223ea7d40bb8f8e3)