This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncw
Recipients amaury.forgeotdarc, bpb, eric.araujo, fdrake, jackdied, ncw, rhettinger, terry.reedy
Date 2010-10-01.08:59:03
SpamBayes Score 5.395914e-10
Marked as misclassified No
Message-id <1285923546.22.0.250220088773.issue5131@psf.upfronthosting.co.za>
In-reply-to
Content
Terry J. Reedy (terry.reedy) wrote:
> > IMHO pprint should be able to make a decent job of all the built in types 
>
> Agreed, already true as far as I know, and irrelevant. This issue is not about built-in types in the builtins module, as documented Lib Ref chapter 5 *Built-in Types*. Collections is an Python-coded stdlib  module that happens to import a couple of its classes from _collections, written in C for speed. 

My bad - not precise enough!  I meant all the stdlib types rather than the builtin types.
History
Date User Action Args
2010-10-01 08:59:06ncwsetrecipients: + ncw, fdrake, rhettinger, terry.reedy, amaury.forgeotdarc, jackdied, bpb, eric.araujo
2010-10-01 08:59:06ncwsetmessageid: <1285923546.22.0.250220088773.issue5131@psf.upfronthosting.co.za>
2010-10-01 08:59:04ncwlinkissue5131 messages
2010-10-01 08:59:03ncwcreate