[issue44880] Document code.replace()

2021-08-10 Thread STINNER Victor
STINNER Victor added the comment: It's documented at: https://docs.python.org/dev/library/types.html#types.CodeType.replace -- ___ Python tracker ___ _

[issue44880] Document code.replace()

2021-08-10 Thread Irit Katriel
Irit Katriel added the comment: Ah thanks. I didn’t see that. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44880] Document code.replace()

2021-08-10 Thread Batuhan Taskaya
Batuhan Taskaya added the comment: See: https://github.com/python/cpython/pull/17776 -- nosy: +BTaskaya ___ Python tracker ___ ___

[issue44880] Document code.replace()

2021-08-10 Thread Irit Katriel
Irit Katriel added the comment: See https://github.com/numpy/numpy/pull/19638#issuecomment-896124351 -- ___ Python tracker ___ ___

[issue44880] Document code.replace()

2021-08-10 Thread Irit Katriel
New submission from Irit Katriel : Core.replace was added in issue37032. Needs to be documented. -- messages: 399336 nosy: iritkatriel, vstinner priority: normal severity: normal status: open title: Document code.replace() ___ Python tracker