Message1120
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 ? |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:28 | admin | link | issue1462188 messages |
2008-02-20 17:17:28 | admin | create | |
|