This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-31 23:23:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
edd21129dd
cpython
/
Lib
/
xmlrpc
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
662db125cd
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
...
They now return NotImplemented for unsupported type of the other operand.
2019-08-08 08:42:54 +03:00
..
__init__.py
client.py
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
2019-08-08 08:42:54 +03:00
server.py
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
2018-07-16 10:46:04 +02:00