This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bob.ippolito
Recipients
Date 2004-02-27.01:02:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=139309

The (__doc__) documentation doesn't cover that case.. it says "new..." 
for every signature of dict.__init__.

Attempting to call __init__ multiple times isn't really an obvious thing to 
do, because it almost never does what you want.  I would chalk that up 
to an implementation detail of dict, not intended behavior :)
History
Date User Action Args
2007-08-23 15:32:28adminlinkissue904720 messages
2007-08-23 15:32:28admincreate