diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2016-09-24 14:26:36 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2016-09-24 14:26:36 (GMT) |
commit | 613f8e513cf171a335318221b6050d470a1d765f (patch) | |
tree | 3fe6661b6a39246e34d85745b8bbd836cbcb7623 /Misc | |
parent | 8609cda961a773f6eaafe7944f73d70407500ac7 (diff) | |
download | cpython-613f8e513cf171a335318221b6050d470a1d765f.zip cpython-613f8e513cf171a335318221b6050d470a1d765f.tar.gz cpython-613f8e513cf171a335318221b6050d470a1d765f.tar.bz2 |
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1349,6 +1349,7 @@ Daniel Shahaf Mark Shannon Ha Shao Richard Shapiro +Soumya Sharma Varun Sharma Daniel Shaulov Vlad Shcherbina @@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #28203: Fix incorrect type in error message from + ``complex(1.0, {2:3})``. Patch by Soumya Sharma. + - Issue #27955: Fallback on reading /dev/urandom device when the getrandom() syscall fails with EPERM, for example when blocked by SECCOMP. |