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.
xmlrpc.client.rst
1 parent 9c54248 commit 019e858Copy full SHA for 019e858
Doc/library/xmlrpc.client.rst
@@ -64,11 +64,11 @@ between conformable Python objects and XML on the wire.
64
The obsolete *use_datetime* flag is similar to *use_builtin_types* but it
65
applies only to date/time values.
66
67
-.. versionchanged:: 3.3
68
- The *use_builtin_types* flag was added.
+ .. versionchanged:: 3.3
+ The *use_builtin_types* flag was added.
69
70
-.. versionchanged:: 3.8
71
- The *headers* parameter was added.
+ .. versionchanged:: 3.8
+ The *headers* parameter was added.
72
73
Both the HTTP and HTTPS transports support the URL syntax extension for HTTP
74
Basic Authentication: ``http://user:pass@host:port/path``. The ``user:pass``
0 commit comments