diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-20 03:44:32 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2017-09-20 03:44:32 (GMT) |
commit | a6c0c0695614177c8b6e1840465375eefcfee586 (patch) | |
tree | 35181a89db25eac52bdfadae9700129e5ef506df /Misc | |
parent | d6e2f26f3f7c62a4ddbf668027d3ba27cb0e1eca (diff) | |
download | cpython-a6c0c0695614177c8b6e1840465375eefcfee586.zip cpython-a6c0c0695614177c8b6e1840465375eefcfee586.tar.gz cpython-a6c0c0695614177c8b6e1840465375eefcfee586.tar.bz2 |
bpo-31506: Improve the error message logic for object.__new__ and object.__init__. (GH-3650)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-09-19-10-29-36.bpo-31506.pRVTRB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-09-19-10-29-36.bpo-31506.pRVTRB.rst b/Misc/NEWS.d/next/Core and Builtins/2017-09-19-10-29-36.bpo-31506.pRVTRB.rst new file mode 100644 index 0000000..3bafd83 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-09-19-10-29-36.bpo-31506.pRVTRB.rst @@ -0,0 +1 @@ +Improved the error message logic for object.__new__ and object.__init__. |