Serhiy Storchaka added the comment:

>   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.

----------
Added file: http://bugs.python.org/file42502/bytes_methods_stage1.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to