Message109670
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? |
|
| Date |
User |
Action |
Args |
| 2010-07-09 02:54:49 | terry.reedy | set | recipients:
+ terry.reedy, jackdied, ncw |
| 2010-07-09 02:54:49 | terry.reedy | set | messageid: <[email protected]> |
| 2010-07-09 02:54:47 | terry.reedy | link | issue5131 messages |
| 2010-07-09 02:54:47 | terry.reedy | create | |
|