Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: bf3a1e973b49236e6f267cca135d36290568e6a4 https://github.com/python/cpython/commit/bf3a1e973b49236e6f267cca135d36290568e6a4 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年07月20日 (2017年7月20日) Changed paths: R Lib/test/libregrtest/__init__.py M Lib/test/regrtest.py M Lib/test/test_regrtest.py M Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst Log Message: ----------- bpo-30822: regrtest: remove tzdata (#2782) * Oops, tzdata was introduced in Python 3.6: remove it from regrtest * Remove also Lib/test/libregrtest/__init__.py file: add by mistake on a backport.