]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
authorJürgen Gmach <juergen.gmach@googlemail.com>
Fri, 26 Mar 2021 21:09:09 +0000 (22:09 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 21:09:09 +0000 (14:09 -0700)
commit027b6699276ed8d9f68425697ac89bf61e54e6b9
tree38d77950e23cfc59d07f8e13296176fede59776e
parent1899087b21119c5c64cd41619b542c0bf0ab5751
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)

The type of `faultCode` has to be an `int` instead of a `str`.

cf http://xmlrpc.com/spec.md

Pinging @pganssle
Doc/library/xmlrpc.client.rst
Misc/NEWS.d/next/Documentation/2021-03-02-12-55-34.bpo-43354.ezZYkx.rst [new file with mode: 0644]