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 taleinat
Recipients larry, loewis, taleinat
Date 2015-04-22.17:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429725067.95.0.0718287428941.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching new patch for unicodeobject.c, which supersedes the previous patches.

I've changed the name of the parameter of str.join() to "iterable" to match the docs. (In the previous patch I had changed it from "seq" to "iterable_of_strings".)

I also fixed two minor comments on the doc strings from Martin.

With this, AFAIK, unicodeobject.c should be good to go.
History
Date User Action Args
2015-04-22 17:51:08taleinatsetrecipients: + taleinat, loewis, larry
2015-04-22 17:51:07taleinatsetmessageid: <1429725067.95.0.0718287428941.issue20180@psf.upfronthosting.co.za>
2015-04-22 17:51:07taleinatlinkissue20180 messages
2015-04-22 17:51:07taleinatcreate