Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 9503dd1e1865bb873a1f72f63ae384bba8462c5e https://github.com/python/cpython/commit/9503dd1e1865bb873a1f72f63ae384bba8462c5e Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月18日 (2017年5月18日) Changed paths: M Lib/test/regrtest.py Log Message: ----------- bpo-27103: regrtest disables -W if -R is used (#1660) Workaround for a regrtest bug.