[Python-ideas] pprint in python 3000
wrobell
wrobell at pld-linux.org
Fri Aug 10 21:50:49 CEST 2007
hi,
sometimes, when using print, i find pprint (pretty-print) module very
useful. but then one has to import pprint module and use completely
different function to dump structure to screen.
therefore i am wondering if it is possible to integrate pprint module
functionality on print level function (python 3000) with 'pretty'
parameter. of course, it opens some can of worms... but maybe it is worth
considering?
regards,
wrobell <wrobell at pld-linux.org>
More information about the Python-ideas
mailing list