Message154509
| Author | ezio.melotti |
|---|---|
| Recipients | Arfrever, brian.curtin, ezio.melotti, gregory.p.smith, gruszczy, meatballhat, rhettinger |
| Date | 2012-02-27.20:31:39 |
| SpamBayes Score | 2.4857309e-05 |
| Marked as misclassified | No |
| Message-id | <1330374699.97.0.867588540613.issue8706@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1330374699.97.0.867588540613.issue8706@psf.upfronthosting.co.za> |
| 2012-02-27 20:31:39 | ezio.melotti | link | issue8706 messages |
| 2012-02-27 20:31:39 | ezio.melotti | create | |