Skip to content

[3.13] Docs: Fix indents in xmlrpc.client.rst (GH-127782) #127799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Doc/library/xmlrpc.client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ between conformable Python objects and XML on the wire.
The obsolete *use_datetime* flag is similar to *use_builtin_types* but it
applies only to date/time values.

.. versionchanged:: 3.3
The *use_builtin_types* flag was added.
.. versionchanged:: 3.3
The *use_builtin_types* flag was added.

.. versionchanged:: 3.8
The *headers* parameter was added.
.. versionchanged:: 3.8
The *headers* parameter was added.

Both the HTTP and HTTPS transports support the URL syntax extension for HTTP
Basic Authentication: ``http://user:pass@host:port/path``. The ``user:pass``
Expand Down
Loading