gh-145633: deprecate float.__getformat__() class method#146400
gh-145633: deprecate float.__getformat__() class method#146400skirpichev wants to merge 10 commits intopython:mainfrom
Conversation
|
@vstinner, please don't merge. I would appreciate a second review. |
|
in general, I like removing private, unsystematic, undocumented methods which only serve internal debugging purpose. There some things in |
The
This private API now is helpful only for alternative implementations, which run the CPython test suite. I don't see how a special testing module would help here. See #145633 (comment) for some usage examples. |
📚 Documentation preview 📚: https://cpython-previews--146400.org.readthedocs.build/