On Mon, Mar 12, 2012 at 22:21, <hwri...@apache.org> wrote: > Author: hwright > Date: Tue Mar 13 02:21:36 2012 > New Revision: 1299956 > > URL: http://svn.apache.org/viewvc?rev=1299956&view=rev > Log: > Fix pretty-printing of some datastructures broken in r1299950. > > It turns out that we have a few datastructures with pprint() methods in the > Python test suite, which don't really interface with the pprint module, > although > they sound like they should.
I don't understand how .pformat() is different from pprint'ing to a stream. What was the underlying cause? Thanks, -g