Message208587
| 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:18 | taleinat | set | recipients: + taleinat, larry |
| 2014-01-20 23:05:18 | taleinat | set | messageid: <1390259118.31.0.53021531858.issue20180@psf.upfronthosting.co.za> |
| 2014-01-20 23:05:18 | taleinat | link | issue20180 messages |
| 2014-01-20 23:05:18 | taleinat | create | |