Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 272d888c7b58aff5e1614e3b12e8198b92054835 https://github.com/python/cpython/commit/272d888c7b58aff5e1614e3b12e8198b92054835 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月16日 (2017年6月16日) Changed paths: M Doc/tools/extensions/pyspecific.py M Lib/codecs.py M Lib/lib2to3/pgen2/driver.py M Lib/lib2to3/refactor.py M Lib/test/test_argparse.py Log Message: ----------- bpo-29783: Replace codecs.open() with io.open() (#599)