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 terry.reedy
Recipients jackdied, ncw, terry.reedy
Date 2010-07-09.02:54:47
SpamBayes Score 1.8024651e-06
Marked as misclassified No
Message-id <1278644089.23.0.513807156389.issue5131@psf.upfronthosting.co.za>
In-reply-to
Content
I removed 'a set or' from the title since sets are no longer an issue.

Since .fromkeys is a class method, it should be called on a class rather than an instance. I was initially fooled by the irrelevant addition of '(int)'. 100 is unnecessarily large for example and review.

Patch changes code and test. However, I cannot tell what effect is has merely from reading the patch. Please add an example of the altered output, with 100 lowered to 5 or 10.

A doc change is not needed since it merely says "The pprint module provides a capability to “pretty-print” arbitrary Python data structures "

I suspect the patch needs some update to apply to for 3.2a. Has Tarek's name been fixed already?
History
Date User Action Args
2010-07-09 02:54:49terry.reedysetrecipients: + terry.reedy, jackdied, ncw
2010-07-09 02:54:49terry.reedysetmessageid: <1278644089.23.0.513807156389.issue5131@psf.upfronthosting.co.za>
2010-07-09 02:54:47terry.reedylinkissue5131 messages
2010-07-09 02:54:47terry.reedycreate