This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document code.replace()
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya, iritkatriel, vstinner
Priority: normal Keywords:

Created on 2021-08-10 16:24 by iritkatriel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (5)
msg399336 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-08-10 16:24
Core.replace was added in issue37032. Needs to be documented.
msg399337 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-08-10 16:25
See https://github.com/numpy/numpy/pull/19638#issuecomment-896124351
msg399338 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2021-08-10 16:25
See: https://github.com/python/cpython/pull/17776
msg399341 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-08-10 16:38
Ah thanks. I didn’t see that.
msg399344 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2021-08-10 17:06
It's documented at:
https://docs.python.org/dev/library/types.html#types.CodeType.replace
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89043
2021-08-10 17:06:56vstinnersetmessages: + msg399344
2021-08-10 16:38:43iritkatrielsetstatus: open -> closed
resolution: not a bug
messages: + msg399341

stage: resolved
2021-08-10 16:25:33BTaskayasetnosy: + BTaskaya
messages: + msg399338
2021-08-10 16:25:18iritkatrielsetmessages: + msg399337
2021-08-10 16:24:09iritkatrielcreate