commit | 11060a4a48811f7f13d8f71b5ece2acda112b6de | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Nov 16 09:39:10 2011 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Nov 16 09:39:10 2011 +0200 |
tree | 7804963ffa2564c0f2f20e208d0b64e8bd22ea7f | |
parent | 27c2a861ee83b9e46f560eb02d246e1074fda4f6 [diff] [blame] |
#13406: silence deprecation warnings in test_codecs.
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index cdad738..a0459a0 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c
@@ -6235,7 +6235,7 @@ PyObject *exc = NULL; if (PyErr_WarnEx(PyExc_DeprecationWarning, - "unicode_internal codecs has been deprecated", + "unicode_internal codec has been deprecated", 1)) return NULL;