Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 722a3af092b94983aa26f5e591fb1b45e2c2a0ff https://github.com/python/cpython/commit/722a3af092b94983aa26f5e591fb1b45e2c2a0ff Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年03月30日 (2017年3月30日) Changed paths: M Lib/test/test_normalization.py Log Message: ----------- bpo-29887: Test normalization now fails if download fails (#905) * test_normalization fails if download fails bpo-29887. The test is still skipped if "-u urlfetch" option is not passed to regrtest (python3 -m test -u urlfetch test_normalization). * Fix ResourceWarning in test_normalization bpo-29887: Fix ResourceWarning in test_normalization if tests are interrupted by CTRL+c.