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 __