commit | 5aff27aec18e08365891c4bc1d81cca87d9d49fd | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Feb 18 22:04:59 2013 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Feb 18 22:04:59 2013 -0500 |
tree | 2ab6cc81c52f5cc763501f0bb90e3df1ff587e85 | |
parent | c8e75ba2c57cd94559dccb9cdb4a420f0c924c9e [diff] [blame] |
#7963: fix error message when 'object' called with arguments. Patch by Alexander Belopolsky.
diff --git a/Misc/NEWS b/Misc/NEWS index ef3d053..79e350a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #7963: Fixed misleading error message that issued when object is + called without arguments. + - Issue #5308: Raise ValueError when marshalling too large object (a sequence with size >= 2**31), instead of producing illegal marshal data.