From: R David Murray Date: Tue, 19 Feb 2013 02:44:03 +0000 (-0500) Subject: Merge: #7963: fix error message when 'object' called with arguments. X-Git-Tag: v3.4.0a1~1357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaf16b9cfb1da564050a465e7dea194609d39b6a;p=python Merge: #7963: fix error message when 'object' called with arguments. --- aaf16b9cfb1da564050a465e7dea194609d39b6a diff --cc Misc/NEWS index 98d4e24bdb,6604566c1c..d5ac5f8896 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,8 -12,9 +10,11 @@@ What's New in Python 3.4.0 Alpha 1 Core and Builtins ----------------- + - Issue #7963: Fixed misleading error message that issued when object is + called without arguments. + +- Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob. + - Issue #5308: Raise ValueError when marshalling too large object (a sequence with size >= 2**31), instead of producing illegal marshal data.