[Python-checkins] [python/cpython] 9acc6a: test_locale now ignores the DeprecationWarning (#9...

GitHub noreply at github.com
Mon Apr 3 12:09:57 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 9acc6a03f1fd684fce2755b3b22f7448ad4c1dd6
      https://github.com/python/cpython/commit/9acc6a03f1fd684fce2755b3b22f7448ad4c1dd6
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M Lib/locale.py
    M Lib/test/test_locale.py

  Log Message:
  -----------
  test_locale now ignores the DeprecationWarning (#977)

Don't fail anymore if test run with python3 -Werror.

Fix also deprecation message: add a space.




More information about the Python-checkins mailing list