diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-30 11:19:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 11:19:51 (GMT) |
commit | 3e429dcc242e48fa4cbb1a91cf7c416c37b97b4e (patch) | |
tree | 6e84750ed25ac0ec74e491a4261ce4338bff4fa0 /Misc | |
parent | 95b6acf951fa7f503a3cc5ce7d969d7bcf2f95c9 (diff) | |
download | cpython-3e429dcc242e48fa4cbb1a91cf7c416c37b97b4e.zip cpython-3e429dcc242e48fa4cbb1a91cf7c416c37b97b4e.tar.gz cpython-3e429dcc242e48fa4cbb1a91cf7c416c37b97b4e.tar.bz2 |
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-07-24-12-54-57.bpo-33237.O95mps.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-07-24-12-54-57.bpo-33237.O95mps.rst b/Misc/NEWS.d/next/Core and Builtins/2018-07-24-12-54-57.bpo-33237.O95mps.rst new file mode 100644 index 0000000..04bd86c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-07-24-12-54-57.bpo-33237.O95mps.rst @@ -0,0 +1 @@ +Improved :exc:`AttributeError` message for partially initialized module. |