Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1da3d1 commit b7138e2Copy full SHA for b7138e2
1 file changed
Doc/library/xmlrpc.client.rst
@@ -34,7 +34,7 @@ between conformable Python objects and XML on the wire.
34
35
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
36
allow_none=False, use_datetime=False, \
37
- use_builtin_types=False, context=None)
+ use_builtin_types=False, *, context=None)
38
39
.. versionchanged:: 3.3
40
The *use_builtin_types* flag was added.
0 commit comments