mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
* Add xmlrpc client module * Add xmlrpc server module, update client * Fix mypy errors with protocol and Dict fix * Add Type[] around requestHandler * Fix docroutine incompatible override * Whoops, ignored is also missing * Remove unnecessary str/repr overrides * Remove unnecessary __eq__ and quotes around Unmarshall. DateTime __eq__ left for now * Fix problems from review * Fix various version-specific differences, make request_type conservative (only bytes, guaranteed to have same len as number of bytes) * Silly misspelling * Change from IO to ad-hoc minimal protocols