[Python-checkins] [python/cpython] a6395b: PEP 538: assume UTF-8 for Mac OS X tests

GitHub noreply at github.com
Tue Jun 13 07:55:37 EDT 2017


  Branch: refs/heads/buildbot-custom
  Home:   https://github.com/python/cpython
  Commit: a6395bba02aa7121ecfe7024931f7e11f6400e07
      https://github.com/python/cpython/commit/a6395bba02aa7121ecfe7024931f7e11f6400e07
  Author: Nick Coghlan <ncoghlan at gmail.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M Lib/test/test_c_locale_coercion.py

  Log Message:
  -----------
  PEP 538: assume UTF-8 for Mac OS X tests


  Commit: e43b8eff1b07858baf53bc38d3ad1c6066094080
      https://github.com/python/cpython/commit/e43b8eff1b07858baf53bc38d3ad1c6066094080
  Author: Nick Coghlan <ncoghlan at gmail.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M Lib/test/test_c_locale_coercion.py

  Log Message:
  -----------
  bpo-28180: Further PEP 538 test case fixes

- clarify it's the default FS encoding we're checking
- don't skip the whole module when no target locales are available
- skip the explicit LANG=UTF-8 behaviour for now


Compare: https://github.com/python/cpython/compare/a6395bba02aa^...e43b8eff1b07


More information about the Python-checkins mailing list