This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-06-03.16:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528041771.94.0.592728768989.issue33759@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -v -m ServerProxyTestCase test_xmlrpc
...
======================================================================
ERROR: test_close (test.test_xmlrpc.ServerProxyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_xmlrpc.py", line 1181, in test_close
    p = xmlrpclib.ServerProxy(self.url)
  File "/home/serhiy/py/cpython/Lib/xmlrpc/client.py", line 1416, in __init__
    type, uri = urllib.parse._splittype(uri)
  File "/home/serhiy/py/cpython/Lib/urllib/parse.py", line 967, in _splittype
    match = _typeprog.match(url)
TypeError: expected string or bytes-like object

======================================================================
ERROR: test_transport (test.test_xmlrpc.ServerProxyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_xmlrpc.py", line 1186, in test_transport
    p = xmlrpclib.ServerProxy(self.url, transport=t)
  File "/home/serhiy/py/cpython/Lib/xmlrpc/client.py", line 1416, in __init__
    type, uri = urllib.parse._splittype(uri)
  File "/home/serhiy/py/cpython/Lib/urllib/parse.py", line 967, in _splittype
    match = _typeprog.match(url)
TypeError: expected string or bytes-like object

----------------------------------------------------------------------
History
Date User Action Args
2018-06-03 16:02:51serhiy.storchakasetrecipients: + serhiy.storchaka
2018-06-03 16:02:51serhiy.storchakasetmessageid: <1528041771.94.0.592728768989.issue33759@psf.upfronthosting.co.za>
2018-06-03 16:02:51serhiy.storchakalinkissue33759 messages
2018-06-03 16:02:51serhiy.storchakacreate