We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xmlrpc.client.rst
1 parent b25d10d commit 381495aCopy full SHA for 381495a
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