Re: [python-committers] PEP regeneration on the website

2012-07-16 Thread Antoine Pitrou
Le lundi 16 juillet 2012 à 21:59 +0200, Georg Brandl a écrit : > On 16.07.2012 15:43, Antoine Pitrou wrote: > > Le lundi 16 juillet 2012 à 23:26 +1000, Nick Coghlan a écrit : > >> I just noticed that PEP 424 hasn't appeared on the site yet - is it > >> possible the automatic regeneration broke when

[python-committers] 3.3 schedule

2012-07-16 Thread Georg Brandl
Hi, due to the extensive fixes done in pkgutil/importlib, I've postponed the beta2 and with it the following releases by one week. I.e., the beta2 will be released on or shortly after July 21. Georg ___ python-committers mailing list python-committers

Re: [python-committers] PEP regeneration on the website

2012-07-16 Thread Georg Brandl
On 16.07.2012 15:43, Antoine Pitrou wrote: > Le lundi 16 juillet 2012 à 23:26 +1000, Nick Coghlan a écrit : >> I just noticed that PEP 424 hasn't appeared on the site yet - is it >> possible the automatic regeneration broke when hg.python.org was moved >> to OSU/OSL? > > Yes, it appears to have br

Re: [python-committers] PEP regeneration on the website

2012-07-16 Thread Antoine Pitrou
Le lundi 16 juillet 2012 à 23:26 +1000, Nick Coghlan a écrit : > I just noticed that PEP 424 hasn't appeared on the site yet - is it > possible the automatic regeneration broke when hg.python.org was moved > to OSU/OSL? Yes, it appears to have broken. Whoever put the automatic generation in place

[python-committers] PEP regeneration on the website

2012-07-16 Thread Nick Coghlan
I just noticed that PEP 424 hasn't appeared on the site yet - is it possible the automatic regeneration broke when hg.python.org was moved to OSU/OSL? The usual explanation of the PEP index failing to build due to an error in one of the PEP headers doesn't apply, since it builds OK locally. Cheer