-
- Downloads
bpo-43080: pprint for dataclass instances (GH-24389)
* Added pprint support for dataclass instances which don't have a custom __repr__.
Showing
- Doc/library/pprint.rst 3 additions, 0 deletionsDoc/library/pprint.rst
- Doc/whatsnew/3.10.rst 6 additions, 0 deletionsDoc/whatsnew/3.10.rst
- Lib/pprint.py 39 additions, 13 deletionsLib/pprint.py
- Lib/test/test_pprint.py 84 additions, 1 deletionLib/test/test_pprint.py
- Misc/NEWS.d/next/Library/2021-01-31-00-23-13.bpo-43080.-fDg4Q.rst 1 addition, 0 deletions...S.d/next/Library/2021-01-31-00-23-13.bpo-43080.-fDg4Q.rst
Loading
Please register or sign in to comment