[ python-Bugs-1235569 ] Inconsistent singleton constructor messages

SourceForge.net noreply at sourceforge.net
Sun Jul 10 14:18:39 CEST 2005


Bugs item #1235569, was opened at 2005-07-10 05:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1235569&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Pavel Pergamenshchik (ppergame)
Assigned to: Nobody/Anonymous (nobody)
Summary: Inconsistent singleton constructor messages

Initial Comment:
Inconsistent TypeError strings:

>>> types.NoneType()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: cannot create 'NoneType' instances
>>> types.EllipsisType()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: cannot create 'ellipsis' instances


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1235569&group_id=5470


More information about the Python-bugs-list mailing list