Message 156523 - Python tracker

Message156523

Author eric.araujo
Recipients BreamoreBoy, asvetlov, eric.araujo, gpolo, python-dev, roger.serwy, terry.reedy
Date 2012-03-21.23:27:02
SpamBayes Score 8.805239e-09
Marked as misclassified No
Message-id <1332372422.9.0.4197858914.issue3573@psf.upfronthosting.co.za>
In-reply-to
Content
3-22 00:26

> with hg it is stronly recommended to apply to 3.2 first and forward port to 3.3.
> Something about the DAGs working better.

The default branch (3.3) is a superset of 3.2: all bug fixes are in both branches, and new features are in 3.3 only.  We’ve chosen the simplest way to achieve that with Mercurial: we commit to 3.2 and merge into default.  This ensures that no fix committed to one version is forgotten in the other, and also automates the file merging.  That’s just it.
History
Date User Action Args
2012-03-21 23:27:02eric.araujosetrecipients: + eric.araujo, terry.reedy, gpolo, roger.serwy, asvetlov, BreamoreBoy, python-dev
2012-03-21 23:27:02eric.araujosetmessageid: <1332372422.9.0.4197858914.issue3573@psf.upfronthosting.co.za>
2012-03-21 23:27:02eric.araujolinkissue3573 messages
2012-03-21 23:27:02eric.araujocreate