mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Format None, True, False and NotImplemented as literals (GH-118758)
This commit is contained in:
parent
bcb435ee8f
commit
05c2fe1acd
39 changed files with 85 additions and 83 deletions
|
|
@ -65,7 +65,7 @@ Object Protocol
|
|||
|
||||
Properly handle returning :c:data:`Py_NotImplemented` from within a C
|
||||
function (that is, create a new :term:`strong reference`
|
||||
to NotImplemented and return it).
|
||||
to :const:`NotImplemented` and return it).
|
||||
|
||||
|
||||
.. c:macro:: Py_PRINT_RAW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue