Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
Documentation
I think it must be, for the following reasons:
- It is a stable API that exists since python3
- It is implementing a builtin magic method
__format__
- It is quite useful for others
- It is quite simple
- There are no plans to remove / deprecate it
- It is used in some parts of docs, example:https://github.com/python/cpython/blame/5ffdaf748d98da6065158534720f1996a45a0072/Doc/library/dis.rst#L1426
I will send a PR.