Re: [Python-Dev] Wrong buildbot page for 3.x-stable

2009-01-04 Thread Martin v. Löwis
> Isn't the latter supposed to point to the py3k branch buildbots? Thanks for pointing that out - it is fixed now. Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.pyth

[Python-Dev] Wrong buildbot page for 3.x-stable

2009-01-03 Thread Antoine Pitrou
Hello, it seems that both the following pages are identical, and are for release30-maint: http://www.python.org/dev/buildbot/3.0.stable/ http://www.python.org/dev/buildbot/3.x.stable/ Isn't the latter supposed to point to the py3k branch buildbots? Regards Antoine. ___