0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Objects/clinic
Serhiy Storchaka 0e6e32fb84
gh-86457: Fix signature for code.replace() (GH-23199)
Also add support of @text_signature in Argument Clinic.
2023-08-07 23:34:53 +03:00
..
bytearrayobject.c.h fix typos (#106247) 2023-06-30 13:00:22 +09:00
bytesobject.c.h fix typos (#106247) 2023-06-30 13:00:22 +09:00
classobject.c.h
codeobject.c.h gh-86457: Fix signature for code.replace() (GH-23199) 2023-08-07 23:34:53 +03:00
complexobject.c.h
descrobject.c.h
dictobject.c.h
enumobject.c.h
floatobject.c.h
funcobject.c.h
listobject.c.h
longobject.c.h
memoryobject.c.h
moduleobject.c.h
odictobject.c.h
structseq.c.h
tupleobject.c.h
typeobject.c.h
typevarobject.c.h
unicodeobject.c.h gh-106487: Allow the 'count' argument of str.replace to be a keyword (#106488) 2023-07-10 12:52:36 +03:00