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, taleinat
Date 2014-01-20.23:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390259118.31.0.53021531858.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching patch for complete conversion of Objects/unicodeobject.c.

Notes:
* maketrans() was already converted
* converting the lstrip, rstrip and strip methods required a small, non-trivial change to the code, since they used a common function for argument parsing
* the documentation for replace() now correctly reflects the actual function signature
* I rephrased some doc-strings where it was required, and in several places moved some of the text into parameter descriptions
History
Date User Action Args
2014-01-20 23:05:18taleinatsetrecipients: + taleinat, larry
2014-01-20 23:05:18taleinatsetmessageid: <1390259118.31.0.53021531858.issue20180@psf.upfronthosting.co.za>
2014-01-20 23:05:18taleinatlinkissue20180 messages
2014-01-20 23:05:18taleinatcreate