Message263647
| Author | serhiy.storchaka |
|---|---|
| Recipients | meador.inge, serhiy.storchaka |
| Date | 2016-04-18.06:52:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1460962352.27.0.486163640714.issue26765@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 1. The diffs are fairly large. It might be easier to follow if you stage > the two steps above as separate commits (if possible). OK. Here is the first part of the patch. It moves common code and docstrings in bytes_methods.c. > 2. Why are some of the namings in stringlib inconsistent? For example, > `stringlib_method_find` and `stringlib_index`. In other words, why > do some names have the *_method_* part? There were conflicts with existing names stringlib_find and stringlib_rfind. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-18 06:52:32 | serhiy.storchaka | set | recipients: + serhiy.storchaka, meador.inge |
| 2016-04-18 06:52:32 | serhiy.storchaka | set | messageid: <1460962352.27.0.486163640714.issue26765@psf.upfronthosting.co.za> |
| 2016-04-18 06:52:32 | serhiy.storchaka | link | issue26765 messages |
| 2016-04-18 06:52:31 | serhiy.storchaka | create | |