help with knowledge on how to find which release a fix will land in

Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
cheers,
Chris

Le Fri, 08 Feb 2013 10:58:36 +0000, Chris Withers chris@simplistix.co.uk a écrit :
Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
Just read that issue's comments and you'll know in which branches the fix was committed.
Regards
Antoine.

On 08/02/2013 11:17, Antoine Pitrou wrote:
Le Fri, 08 Feb 2013 10:58:36 +0000, Chris Witherschris@simplistix.co.uk a écrit :
Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
Just read that issue's comments and you'll know in which branches the fix was committed.
Indeed, so it's on the 2.7, 3.2 and default (3.3) branches, but how would I find out which release it will be in?
I would hope 3.3.1, but how can I check? What's the next 3.2.x release?
cheers,
Chris

Le Fri, 08 Feb 2013 12:45:48 +0000, Chris Withers chris@simplistix.co.uk a écrit :
On 08/02/2013 11:17, Antoine Pitrou wrote:
Le Fri, 08 Feb 2013 10:58:36 +0000, Chris Witherschris@simplistix.co.uk a écrit :
Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
Just read that issue's comments and you'll know in which branches the fix was committed.
Indeed, so it's on the 2.7, 3.2 and default (3.3) branches, but how would I find out which release it will be in?
The next release, quite naturally.
I would hope 3.3.1, but how can I check? What's the next 3.2.x release?
I suppose you can take a look at http://python.org/download/releases/ and increment the respective minor numbers.
Regards
Antoine.

On 8 Feb, 2013, at 13:45, Chris Withers chris@simplistix.co.uk wrote:
On 08/02/2013 11:17, Antoine Pitrou wrote:
Le Fri, 08 Feb 2013 10:58:36 +0000, Chris Witherschris@simplistix.co.uk a écrit :
Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
Just read that issue's comments and you'll know in which branches the fix was committed.
Indeed, so it's on the 2.7, 3.2 and default (3.3) branches, but how would I find out which release it will be in?
I would hope 3.3.1, but how can I check?
In general bugfixes are mentioned in Misc/NEWS in the sections for the releases where the bugfix ends up.
What's the next 3.2.x release?
According to the calendar 3.2.4 will be released on Feb 16.
Ronald
cheers,
Chris
-- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk _______________________________________________ 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/ronaldoussoren%40mac.com

On Fri, Feb 8, 2013 at 2:45 PM, Chris Withers chris@simplistix.co.uk wrote:
On 08/02/2013 11:17, Antoine Pitrou wrote:
Le Fri, 08 Feb 2013 10:58:36 +0000, Chris Witherschris@simplistix.co.uk a écrit :
Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
Just read that issue's comments and you'll know in which branches the fix was committed.
Indeed, so it's on the 2.7, 3.2 and default (3.3) branches, but how would I find out which release it will be in?
I would hope 3.3.1, but how can I check? What's the next 3.2.x release?
Have a look at http://docs.python.org/devguide/triaging.html#priority. That page says that the issue you are interested in has too low a priority (high) to determine which release it will be in; that is if you are just looking at the issue report, but you can always poke those involved in that issue.

On Fri, Feb 8, 2013 at 3:17 PM, Tshepang Lekhonkhobe tshepang@gmail.com wrote:
On Fri, Feb 8, 2013 at 2:45 PM, Chris Withers chris@simplistix.co.uk wrote:
On 08/02/2013 11:17, Antoine Pitrou wrote:
Le Fri, 08 Feb 2013 10:58:36 +0000, Chris Witherschris@simplistix.co.uk a écrit :
Hi All,
Where would I look to find out which release a fix for an issue (http://bugs.python.org/issue15822 if you're interested ;-)) will land in?
Just read that issue's comments and you'll know in which branches the fix was committed.
Indeed, so it's on the 2.7, 3.2 and default (3.3) branches, but how would I find out which release it will be in?
I would hope 3.3.1, but how can I check? What's the next 3.2.x release?
Have a look at http://docs.python.org/devguide/triaging.html#priority. That page says that the issue you are interested in has too low a priority (high) to determine which release it will be in; that is if you are just looking at the issue report, but you can always poke those involved in that issue.
Oh, I did not notice that it was already fixed. In that case, it will be in the next releases of the stated Versions (i.e. 2.7, 3.2, and 3.3).
participants (4)
-
Antoine Pitrou
-
Chris Withers
-
Ronald Oussoren
-
Tshepang Lekhonkhobe