diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-09-10 05:09:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 05:09:25 (GMT) |
commit | 92578919a60ebe2b8d6d42377f1e27479c156d65 (patch) | |
tree | 39e90cc7a5130e034130e23ff01b34a855626411 /Misc/NEWS.d/next | |
parent | 0eab2427b149cd46e0dee3efbb6b2cfca2a4f723 (diff) | |
download | cpython-92578919a60ebe2b8d6d42377f1e27479c156d65.zip cpython-92578919a60ebe2b8d6d42377f1e27479c156d65.tar.gz cpython-92578919a60ebe2b8d6d42377f1e27479c156d65.tar.bz2 |
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-09-09-09-05-41.gh-issue-109174.OJea5s.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-09-09-05-41.gh-issue-109174.OJea5s.rst b/Misc/NEWS.d/next/Library/2023-09-09-09-05-41.gh-issue-109174.OJea5s.rst new file mode 100644 index 0000000..63461fa --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-09-09-09-05-41.gh-issue-109174.OJea5s.rst @@ -0,0 +1 @@ +Add support of :class:`types.SimpleNamespace` in :func:`copy.replace`. |