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

Marc-Andre Lemburg report at bugs.python.org
Mon Jan 4 17:53:26 CET 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Eric Smith wrote:
> > 
> > Eric Smith <eric at trueblade.com> added the comment:
> > 
> > I think we should use whatever style is currently being used in the code. If we want to go back through this code (or any other code) and PEP7-ify it, that should be a separate task.
> > 
> > Alternately, we could PEP7-ify it first, then apply these changes.

For any new files added, PEP 7 should always be used.

For PEP7-ifying the existing code, we could open a separate ticket or just apply the change as separate patch.

----------

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


More information about the Python-bugs-list mailing list