[issue13004] pprint: add option to truncate sequences

2013-07-11 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: rhettinger -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue13004] pprint: add option to truncate sequences

2011-12-15 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue13004] pprint: add option to truncate sequences

2011-09-20 Thread Steven Samuel Cole
Steven Samuel Cole added the comment: @anand: as the names say, the depth parameter limits the depth of display while the length parameter limits the length. for example, with a data structure of a list of lists of lists and a depth of 2, only the first two levels would be shown, the third li

[issue13004] pprint: add option to truncate sequences

2011-09-20 Thread Nick Coghlan
Changes by Nick Coghlan : -- dependencies: +general pprint rewrite ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue13004] pprint: add option to truncate sequences

2011-09-19 Thread anand jeyahar
anand jeyahar added the comment: Umm... Excuse me but how is this max_length parameter different from the (existing)depth parameter? pformat(object,depth=3) seems to do the same thing. -- nosy: +anandjeyahar ___ Python tracker

[issue13004] pprint: add option to truncate sequences

2011-09-19 Thread Raymond Hettinger
Raymond Hettinger added the comment: This needs to be part of the overall effort to build a better pprint. See http://bugs.python.org/issue7434 -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker __

[issue13004] pprint: add option to truncate sequences

2011-09-19 Thread Santoso Wijaya
Changes by Santoso Wijaya : -- nosy: +santa4nt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13004] pprint: add option to truncate sequences

2011-09-19 Thread Steven Samuel Cole
Changes by Steven Samuel Cole : -- nosy: +ssc title: pprint: add option to truncate seqeunces -> pprint: add option to truncate sequences ___ Python tracker ___