]> granicus.if.org Git - python/commitdiff
Merge: #7963: fix error message when 'object' called with arguments.
authorR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 02:44:03 +0000 (21:44 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 02:44:03 +0000 (21:44 -0500)
1  2 
Misc/NEWS
Objects/typeobject.c

diff --cc Misc/NEWS
index 98d4e24bdb8cd9182017be8802d537868d6f0c50,6604566c1c3280494e2f13e55c5feda7677e97a3..d5ac5f88963a32ac4b820771985bd74df5c0723c
+++ 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.
  
Simple merge