[Python-checkins] [python/cpython] 272d88: bpo-29783: Replace codecs.open() with io.open() (#...

GitHub noreply at github.com
Fri Jun 16 02:59:03 EDT 2017


  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 (Fri, 16 Jun 2017)

  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)




More information about the Python-checkins mailing list