[issue19758] Warnings in tests

2013-12-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Christian and Eric. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19758] Warnings in tests

2013-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 94593dcb195a by Eric Snow in branch 'default': Issue #19758: silence PendingDeprecationWarnings in test_importlib. http://hg.python.org/cpython/rev/94593dcb195a -- ___ Python tracker

[issue19758] Warnings in tests

2013-11-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For test_poplib issue19830 was opened. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue19758] Warnings in tests

2013-11-25 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19758] Warnings in tests

2013-11-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fix for test_sysconfig and test_distutils are proposed in issue19760. I have no yet fixes for test_importlib and test_poplib. -- ___ Python tracker _

[issue19758] Warnings in tests

2013-11-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Deprecation warnings in ttest_sysconfig and test_distutils ___ Python tracker ___ ___

[issue19758] Warnings in tests

2013-11-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 53ba43ed7f27 by Christian Heimes in branch 'default': Issue #19758: silence PendingDeprecationWarnings in test_hmac http://hg.python.org/cpython/rev/53ba43ed7f27 -- nosy: +python-dev ___ Python tracker <

[issue19758] Warnings in tests

2013-11-24 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brett.cannon, christian.heimes, eric.snow, ncoghlan ___ Python tracker ___ ___ Python-bugs-list

[issue19758] Warnings in tests

2013-11-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Following warnings emitted by test suite when run it with -Wall. [101/387] test_distutils /home/serhiy/py/cpython/Lib/distutils/sysconfig.py:578: DeprecationWarning: SO is deprecated, use EXT_SUFFIX warnings.warn('SO is deprecated, use EXT_SUFFIX', Deprec