diff options
author | Sam Ezeh <sam.z.ezeh@gmail.com> | 2022-04-22 04:27:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 04:27:15 (GMT) |
commit | bcf14ae4336fced718c00edc34b9191c2b48525a (patch) | |
tree | 7067583bc8a296b111e8858286b4b1d00bad97d1 /Misc/NEWS.d/next | |
parent | 5e130a8da4e4f13444ec20dfe88a3e2e070005ca (diff) | |
download | cpython-bcf14ae4336fced718c00edc34b9191c2b48525a.zip cpython-bcf14ae4336fced718c00edc34b9191c2b48525a.tar.gz cpython-bcf14ae4336fced718c00edc34b9191c2b48525a.tar.bz2 |
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32242)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-01-21-44-00.bpo-47135.TvkKB-.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-01-21-44-00.bpo-47135.TvkKB-.rst b/Misc/NEWS.d/next/Library/2022-04-01-21-44-00.bpo-47135.TvkKB-.rst new file mode 100644 index 0000000..2323c22 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-01-21-44-00.bpo-47135.TvkKB-.rst @@ -0,0 +1 @@ +:meth:`decimal.localcontext` now accepts context attributes via keyword arguments |