On Mon, 09 Jan 2012 21:58:29 +0100
terry.reedy <python-check...@python.org> wrote:
>  
> -Different branches are used at a time to represent different *minor versions*
> -in which development is made.  All development should be done **first** in 
> the
> -:ref:`in-development <indevbranch>` branch, and selectively backported
> -to other branches when necessary.
> +There is a branch for each *minor version*. Development is done separately
> +for Python 2 and Python 3. For each *major version*, each change should be 
> made
> +**first** in the oldest branch to which it applies and forward-ported as
> +appropriate.

Please avoid using the terms "minor version" and "major version", they
are confusing.

Thanks

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to