[Python-Dev] string representation of range in 3.0

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 17 04:03:11 CEST 2008


Brad Miller wrote:

> <dict_items object ('a', 1), ('b', 2), ... >

I wouldn't include the word "object" in any of these.
Everything in Python is an object, so it's just
space-wasting noise.

-- 
Greg


More information about the Python-Dev mailing list