Re: [python-committers] Including bugfix releases in schedule PEPs

2012-02-15 Thread Éric Araujo
Thanks Georg and Barry! Benjamain, will you update your release schedule PEPs too? Regards ___ python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Including bugfix releases in schedule PEPs

2012-02-06 Thread Barry Warsaw
On Feb 05, 2012, at 07:56 PM, Georg Brandl wrote: >Am 05.02.2012 13:52, schrieb Éric Araujo: >> Hi, >> >> I’m often wondering when the new bugfix releases will take place, to >> know how much time I have to fix some critical bugs. The “Python X.Y >> release schedule” PEPs stop at the X.Yf0 relea

Re: [python-committers] Including bugfix releases in schedule PEPs

2012-02-05 Thread Georg Brandl
Am 05.02.2012 13:52, schrieb Éric Araujo: > Hi, > > I’m often wondering when the new bugfix releases will take place, to > know how much time I have to fix some critical bugs. The “Python X.Y > release schedule” PEPs stop at the X.Yf0 release. Would it be a good > idea if release managers update

Re: [python-committers] Including bugfix releases in schedule PEPs

2012-02-05 Thread Petri Lehtinen
Éric Araujo wrote: > I’m often wondering when the new bugfix releases will take place, to > know how much time I have to fix some critical bugs. The “Python X.Y > release schedule” PEPs stop at the X.Yf0 release. Would it be a good > idea if release managers updated these PEPs to let us know of t

[python-committers] Including bugfix releases in schedule PEPs

2012-02-05 Thread Éric Araujo
Hi, I’m often wondering when the new bugfix releases will take place, to know how much time I have to fix some critical bugs. The “Python X.Y release schedule” PEPs stop at the X.Yf0 release. Would it be a good idea if release managers updated these PEPs to let us know of their plans? Cheers __