Bug in pythondoc?

Carsten Gaebler cg at schlund.de
Mon Jul 24 09:49:03 EDT 2000


Hi!
Consider this piece of code:

#!/usr/bin/python
dict = { "a": 1, "b": 2, "c": 3, "d": 4, "e": 5, "f": 6 }
# EOF

Running it through pythondoc 0.7 produces (among other stuff):

dictionary dict = {'a': 1, 'b': 2, 'c': 3, 'd': 4}

I know that pythondoc doesn't print all elements of large structures, but
normally it prints out dots (...)  to indicate there are more than
displayed. What's wrong here?


Regards
Carsten.



More information about the Python-list mailing list