[issue14468] Update cloning guidelines in devguide

Chris Jerdonek report at bugs.python.org
Thu Jan 3 21:03:35 CET 2013


Chris Jerdonek added the comment:

One thing that occurred to me is that it is often or usually not sufficient to go from 2.7 to 3.2 and on forward because applying a patch made against the default branch loses information if first applied to an earlier branch.  The given workflow assumes no loss of information and so should probably note this constraint.

I usually craft my patch against the default branch.  If applying to 2.7 or 3.2, etc. loses information (which has been more often the case for me), then instead of merging I null-merge and reapply the original patch.  Should the recommended workflow cover this possibility?

----------

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


More information about the Python-bugs-list mailing list