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 bmiller
Recipients belopolsky, benjamin.peterson, bmiller, loewis, rhettinger
Date 2008-04-17.20:06:00
SpamBayes Score 0.21589413
Marked as misclassified No
Message-id <1208462764.42.0.323855394508.issue2610@psf.upfronthosting.co.za>
In-reply-to
Content
Based on the discussion on python-dev  I've worked up a patch and tests 
for repr of dict_items, dict_keys, and dict_values.  I've also modified 
the patch and test for str of the range object.  (If there was a way to 
get the str(range(10)) to automatically display in the interactive shell 
that would be ideal.

I assume one combined patch for all of this is OK since its been part of 
the same discussion.

Brad
History
Date User Action Args
2008-04-17 20:06:04bmillersetspambayes_score: 0.215894 -> 0.21589413
recipients: + bmiller, loewis, rhettinger, belopolsky, benjamin.peterson
2008-04-17 20:06:04bmillersetspambayes_score: 0.215894 -> 0.215894
messageid: <1208462764.42.0.323855394508.issue2610@psf.upfronthosting.co.za>
2008-04-17 20:06:02bmillerlinkissue2610 messages
2008-04-17 20:06:02bmillercreate