[issue13105] Please elaborate on how 2.x and 3.x are different heads

Larry Hastings report at bugs.python.org
Fri Oct 7 00:46:56 CEST 2011


Larry Hastings <larry at hastings.org> added the comment:

What follows is the original email from Nick.

--

We maintain two independent heads in hg: 2.7 and default

3.2 is open for general bugfixes

2.5 (IIRC), 2.6 and 3.1 are open for security fixes

Security fixes (if applicable to both heads) go:
2.5 -> 2.6 -> 2.7
3.1 -> 3.2 -> default

General bug fixes (if applicable to both heads) go:
2.7
3.2 -> default

New features are added to default only

The relative ordering of 2.x and 3.x changes doesn't really matter -
the important thing is not to merge them in *either* direction. I
think you can theoretically do cherry-picking with Hg, but most people
seem to just do independent commits to the two streams.

If the devguide doesn't align with the above, then a tracker issue
pointing that out would be handy :)

----------

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


More information about the Python-bugs-list mailing list