Message111576
patch3 incorporates all your suggestions.
I verified the itertools hint:
>>> list(itertools.chain.from_iterable([[10],[1,2],['a']]))
[10, 1, 2, 'a']
I think the hints are clear enough; anyone with more questions should follow the link to the respective function doc. |
|
| Date |
User |
Action |
Args |
| 2010-07-25 23:39:00 | terry.reedy | set | recipients:
+ terry.reedy, georg.brandl, rhettinger, belopolsky, ezio.melotti, docs@python, lvogt |
| 2010-07-25 23:38:59 | terry.reedy | set | messageid: <[email protected]> |
| 2010-07-25 23:38:57 | terry.reedy | link | issue7447 messages |
| 2010-07-25 23:38:57 | terry.reedy | create | |
|