[issue7434] general pprint rewrite

Raymond Hettinger report at bugs.python.org
Wed Dec 1 02:13:20 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Attaching a rough concept of how to make the existing pprint module extendible without doing a total rewrite.  The actual handler is currently bogus (no thought out), so focus on the @guard decorator and the technique for scanning for handlers.

----------
Added file: http://bugs.python.org/file19888/rdh_pprint.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7434>
_______________________________________


More information about the Python-bugs-list mailing list