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-23 19:25:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
b9a0376b0d
cpython
/
Lib
/
xmlrpc
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
96aeaec647
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
...
Classes that define __str__ the same as __repr__ can just inherit it from object.
2019-05-06 22:29:40 +03:00
..
__init__.py
client.py
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
2019-05-06 22:29:40 +03:00
server.py
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
2018-07-16 10:46:04 +02:00