diff --git a/Doc/tools/dailybuild.py b/Doc/tools/dailybuild.py index df401bbf53c..1a471e68427 100755 --- a/Doc/tools/dailybuild.py +++ b/Doc/tools/dailybuild.py @@ -33,9 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org' BRANCHES = [ # checkout, target, isdev - (BUILDROOT + '/python32', WWWROOT + '/dev', True), + (BUILDROOT + '/python33', WWWROOT + '/dev', True), (BUILDROOT + '/python27', WWWROOT, False), - (BUILDROOT + '/python31', WWWROOT + '/py3k', False), + (BUILDROOT + '/python32', WWWROOT + '/py3k', False), ]