[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 dillon.brock
Changes by dillon.brock : -- pull_requests: +393 ___ Python tracker <http://bugs.python.org/issue29726> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 - - [