Message154509
FWIW PyPy doesn't seem to support keyword args for e.g. str.join() (so that's extra work for them too), and I don't see what would be the advantage of being able to do '-'.join(iterable=a_list). Even if I also don't see a valid reason why that shouldn't work and realize that it might be surprising for someone, I'm not sure it's worth changing it just for the sake of being consistent everywhere. |
|
| Date |
User |
Action |
Args |
| 2012-02-27 20:31:40 | ezio.melotti | set | recipients:
+ ezio.melotti, rhettinger, gregory.p.smith, Arfrever, brian.curtin, gruszczy, meatballhat |
| 2012-02-27 20:31:39 | ezio.melotti | set | messageid: <[email protected]> |
| 2012-02-27 20:31:39 | ezio.melotti | link | issue8706 messages |
| 2012-02-27 20:31:39 | ezio.melotti | create | |
|