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 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:32serhiy.storchakasetrecipients: + serhiy.storchaka, meador.inge
2016-04-18 06:52:32serhiy.storchakasetmessageid: <1460962352.27.0.486163640714.issue26765@psf.upfronthosting.co.za>
2016-04-18 06:52:32serhiy.storchakalinkissue26765 messages
2016-04-18 06:52:31serhiy.storchakacreate