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 rhettinger
Recipients cvrebert, eric.araujo, javawizard, rhettinger
Date 2014-05-04.02:13:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399169614.4.0.844551611732.issue21414@psf.upfronthosting.co.za>
In-reply-to
Content
I've looked into this a bit more.  Even in Haskell, it seems that use case is for str.join() which we already have.  I don't see intersperse() in any other functional languages.  That suggests that its use cases aren't sufficiently common to warrant adding it to the standard library.

Thank you for the submission.
History
Date User Action Args
2014-05-04 02:13:34rhettingersetrecipients: + rhettinger, eric.araujo, cvrebert, javawizard
2014-05-04 02:13:34rhettingersetmessageid: <1399169614.4.0.844551611732.issue21414@psf.upfronthosting.co.za>
2014-05-04 02:13:34rhettingerlinkissue21414 messages
2014-05-04 02:13:34rhettingercreate