mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
The type of `faultCode` was declared as `str`, but it has to be an `int`. See e.g. http://xmlrpc.com/spec.md. See also https://bugs.python.org/issue43354.