Merge pull request #17767 from github/tausbn/python-3.13-model-flow-in-replace

Python: Model `copy.replace`
This commit is contained in:
Taus
2024-10-15 18:01:28 +02:00
committed by GitHub
5 changed files with 80 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
- Added partial support for the `copy.replace` method, [added](https://docs.python.org/3.13/library/copy.html#copy.replace) in Python 3.13.