[issue13406] Deprecation warnings when running the test suite

2011-11-14 Thread Antoine Pitrou
New submission from Antoine Pitrou : Now that the unicode-internal codec is deprecated, the test suite spouts some warning (in test_codecs, test_codeccallbacks and test_unicode). Example: [344/361] test_codecs /home/antoine/cpython/default/Lib/test/test_codecs.py:1024: DeprecationWarning: unic

[issue13406] Deprecation warnings when running the test suite

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f534cd40f54 by Ezio Melotti in branch 'default': #13406: silence deprecation warnings in test_codecs. http://hg.python.org/cpython/rev/4f534cd40f54 -- nosy: +python-dev ___ Python tracker

[issue13406] Deprecation warnings when running the test suite

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 028b61c4f926 by Ezio Melotti in branch 'default': #13406: correct the error message in check_warnings too. http://hg.python.org/cpython/rev/028b61c4f926 -- ___ Python tracker

[issue13406] Deprecation warnings when running the test suite

2011-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: Should be fixed now. -- assignee: -> ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker _

[issue13406] Deprecation warnings when running the test suite

2011-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe2be7d35660 by Ezio Melotti in branch 'default': #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. http://hg.python.org/cpython/rev/fe2be7d35660 -- ___