[Python-Dev] pprint and list/tuple/dict subclasses (original) (raw)
Walter Dörwald walter at livinglogic.de
Tue Dec 2 13:42:02 EST 2003
- Previous message: [Python-Dev] Re: "groupby" iterator
- Next message: [Python-Dev] pprint and list/tuple/dict subclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Currently pprint refuses to prettyprint subclasses of list, tuple and dict. Does it make sense to change that for 2.4?
Of course once repr() is overwritten by a subclass, pprint has to use that instead of its own formatting.
Bye, Walter Dörwald
- Previous message: [Python-Dev] Re: "groupby" iterator
- Next message: [Python-Dev] pprint and list/tuple/dict subclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]