[issue7622] [patch] improve unicode methods: split() rsplit() and replace()

Florent Xicluna report at bugs.python.org
Mon Jan 4 15:46:03 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

> * function declarations should not put parameters on new lines:
>
>  +stringlib_splitlines(
>  +    PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len,
>  +    int keepends
>  +    )
>  +{

I copied the style of "stringlib/partition.h" for this part.
Should I update style of "partition.h" too?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7622>
_______________________________________


More information about the Python-bugs-list mailing list