[issue13012] Allow keyword argument in str.splitlines()
Meador Inge
report at bugs.python.org
Sat Sep 24 04:20:58 CEST 2011
Meador Inge <meadori at gmail.com> added the comment:
> Doing two separate commits is probably better.
Out of curiosity, what is typically the convention on that? The
devguide seems to suggest one changeset per issue:
"""
Just please make sure that you generate a single, condensed patch rather than a series of several changesets.
"""
I think for this case two patches is better. In general, I am OK with
the git-style series and hg-style patchbombs, but the devguide seems
to say otherwise. Hmmm, that makes me wonder if we can patchbomb the
tracker :-)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13012>
_______________________________________
More information about the Python-bugs-list
mailing list