]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_locale now ignores the DeprecationWarning (#977)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Apr 2017 16:09:55 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2017 16:09:55 +0000 (18:09 +0200)
commit9acc6a03f1fd684fce2755b3b22f7448ad4c1dd6
tree7b984278c7f7b147e73775e8dda81914c4af3e2d
parent734125938d4653459593ebd28a0aec086efb1f27
test_locale now ignores the DeprecationWarning (#977)

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

Fix also deprecation message: add a space.
Lib/locale.py
Lib/test/test_locale.py