diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-27 17:45:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-27 17:45:35 (GMT) |
commit | 47dee11ba76a12d22277562b9ccea51259a5ecc0 (patch) | |
tree | 949a4eaa4034f1ed15e84e46178b666d07cff6e2 /Misc | |
parent | c0b7037d4fc0f85af858cfa56df4dca25fb8896f (diff) | |
download | cpython-47dee11ba76a12d22277562b9ccea51259a5ecc0.zip cpython-47dee11ba76a12d22277562b9ccea51259a5ecc0.tar.gz cpython-47dee11ba76a12d22277562b9ccea51259a5ecc0.tar.bz2 |
Issue #21578: Fixed misleading error message when ImportError called with
invalid keyword args.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #21578: Fixed misleading error message when ImportError called with + invalid keyword args. + - Issue #28203: Fix incorrect type in error message from ``complex(1.0, {2:3})``. Patch by Soumya Sharma. |