Re: [Python-Dev] 2.7 releases

2012-07-27 Thread MRAB
On 27/07/2012 20:12, Benjamin Peterson wrote: 2012/7/26 Thomas Heller : Will there be more 2.7 bugfix releases, and when the next one? Probably late fall or early 2013. Or, for those in the southern hemisphere, late spring or early 2013. ___ Python

Re: [Python-Dev] 2.7 releases

2012-07-27 Thread Benjamin Peterson
2012/7/26 Thomas Heller : > Will there be more 2.7 bugfix releases, and when the next one? Probably late fall or early 2013. -- Regards, Benjamin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Uns

Re: [Python-Dev] 2.7 releases

2012-07-27 Thread Meador Inge
On Thu, Jul 26, 2012 at 1:50 PM, Thomas Heller wrote: > So, I have uploaded a patch and asked for review (since I'm not 1000% > sure that it is absolutely correct): > > http://bugs.python.org/issue15459 I'll take a look at this in the next few days. -- Meador ___

Re: [Python-Dev] 2.7 releases

2012-07-26 Thread Terry Reedy
On 7/26/2012 2:50 PM, Thomas Heller wrote: Am 26.07.2012 20:16, schrieb mar...@v.loewis.de: Don't you have commit rights still? I dont't know. The tracker thinks you do. That is what the Python logo next to your name means. Anyway, I do know nearly nothing about hg and don't have time

Re: [Python-Dev] 2.7 releases

2012-07-26 Thread Thomas Heller
Am 26.07.2012 20:16, schrieb mar...@v.loewis.de: Will there be more 2.7 bugfix releases Yes. and when the next one? That's up for Benjamin to decide. My view is that one bugfix release every year is more than enough. Ok. I expect we will still be using 2.7 next year in my company. In o

Re: [Python-Dev] 2.7 releases

2012-07-26 Thread martin
Will there be more 2.7 bugfix releases Yes. and when the next one? That's up for Benjamin to decide. My view is that one bugfix release every year is more than enough. In other words; if I submit a patch and it is accepted, can I expect that patch be committed also to the 2.7 branch? Don

Re: [Python-Dev] 2.7 releases

2012-07-26 Thread Senthil Kumaran
On Thu, Jul 26, 2012 at 10:56 AM, Thomas Heller wrote: > Will there be more 2.7 bugfix releases, and when the next one? > > In other words; if I submit a patch and it is accepted, can I > expect that patch be committed also to the 2.7 branch? > > We are still back-porting bug fixes to 2.7 branch.

[Python-Dev] 2.7 releases

2012-07-26 Thread Thomas Heller
Will there be more 2.7 bugfix releases, and when the next one? In other words; if I submit a patch and it is accepted, can I expect that patch be committed also to the 2.7 branch? Thanks, Thomas Been a long time that I've been here - but still using Python (2.7 now) more and more... __