[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-15 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Dillon! I went ahead and backported PR 481 to 3.5 and 3.6 branches. -- nosy: +berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-05 Thread dillon.brock
dillon.brock added the comment: The cherry-pick is causing a merge conflict because 3.6 and 3.5 do not include the SimpleXMLRPCDispatcherTestCase that this fix modifies. Should I backport that entire test case as well as the fix? -- ___ Python

[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Dillon! Could you backport your changes to 3.6 and 3.5? -- ___ Python tracker ___

[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +p...@motejlek.net, serhiy.storchaka stage: -> patch review versions: +Python 3.5, Python 3.6 ___ Python tracker

[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-05 Thread dillon.brock
Changes by dillon.brock : -- pull_requests: +393 ___ Python tracker ___ ___

[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-05 Thread dillon.brock
New submission from dillon.brock: In 3 unit tests, test_xmlrpc calls assertRaises(Exception, expectedRegex='method'), causing DeprecationWarnings. These calls should be replaced with assertRaisesRegex(Exception, 'method'). 0:20:56 [378/404] test_xmlrpc 127.0.0.1 - - [05/Mar/2017 11:53:45]