diff options
author | Xiang Zhang <angwerzx@126.com> | 2018-03-24 10:39:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-24 10:39:36 (GMT) |
commit | d8b291a74284307610946f1b5801aa95d7f1e052 (patch) | |
tree | 617813bb9a48cc4af48cc8b9c0cc3c79694fa33c /Misc | |
parent | 5cbb84106efefd200933aa31e22abf39267d2557 (diff) | |
download | cpython-d8b291a74284307610946f1b5801aa95d7f1e052.zip cpython-d8b291a74284307610946f1b5801aa95d7f1e052.tar.gz cpython-d8b291a74284307610946f1b5801aa95d7f1e052.tar.bz2 |
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-02-24-21-51-42.bpo-32932.2cz31L.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-02-24-21-51-42.bpo-32932.2cz31L.rst b/Misc/NEWS.d/next/Core and Builtins/2018-02-24-21-51-42.bpo-32932.2cz31L.rst new file mode 100644 index 0000000..51e3d9b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-02-24-21-51-42.bpo-32932.2cz31L.rst @@ -0,0 +1 @@ +Make error message more revealing when there are non-str objects in ``__all__``. |