Message1120

Author nobody
Recipients
Date 2006-04-06.08:52:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

It can be fixed the way that the NPE doesn't occur anymore.
But, if there is no documentation string for dict (and BTW,
for other built-in types as well), an AttributeError will be
thrown. So, what should we do ? Hm, when we look at CPython,
we can see that, here too, dict for example has a very poor
documentation string. The same applies to list. Maybe we
should simply return an empty string. 

What do others think ? 
History
Date User Action Args
2008-02-20 17:17:28adminlinkissue1462188 messages
2008-02-20 17:17:28admincreate