This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:40ezio.melottisetrecipients: + ezio.melotti, rhettinger, gregory.p.smith, Arfrever, brian.curtin, gruszczy, meatballhat
2012-02-27 20:31:39ezio.melottisetmessageid: <1330374699.97.0.867588540613.issue8706@psf.upfronthosting.co.za>
2012-02-27 20:31:39ezio.melottilinkissue8706 messages
2012-02-27 20:31:39ezio.melotticreate