Message230904
[I will prepare a 3.5 patch for this.]
Thanks, I will review when you're done.
[How about frozenset([...]) to frozenset({...})? ]
Yes, the frozenset() examples should change to match the actual repr:
>>> frozenset([10, 20, 30])
frozenset({10, 20, 30}) |
|
| Date |
User |
Action |
Args |
| 2014-11-09 20:03:57 | rhettinger | set | recipients:
+ rhettinger, terry.reedy, ezio.melotti, serhiy.storchaka |
| 2014-11-09 20:03:57 | rhettinger | set | messageid: <[email protected]> |
| 2014-11-09 20:03:57 | rhettinger | link | issue22823 messages |
| 2014-11-09 20:03:57 | rhettinger | create | |
|