[Python-Dev] pprint and list/tuple/dict subclasses (original) (raw)
Walter Dörwald walter at livinglogic.de
Tue Dec 2 15:40:05 EST 2003
- Previous message: [Python-Dev] pprint and list/tuple/dict subclasses
- Next message: [Python-Dev] pprint and list/tuple/dict subclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
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.
Sounds like a good plan. Do you have a suggested patch?
Not yet, but Fred seems to have one.
Bye, Walter Dörwald
- Previous message: [Python-Dev] pprint and list/tuple/dict subclasses
- Next message: [Python-Dev] pprint and list/tuple/dict subclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]