commit | 3c6985b3722c439965a98dcadba60fa42b9a4945 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 20 14:42:33 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 20 14:42:33 2011 +0000 |
tree | 5a1f7c3f68ebd1ac19fca7fa4af5fb2df9f98c2b | |
parent | 8ff851b468854061b3a83f4184d30a93fb6b4925 [diff] [blame] |
Update daily build locations.
diff --git a/Doc/tools/dailybuild.py b/Doc/tools/dailybuild.py index df401bb..1a471e6 100755 --- a/Doc/tools/dailybuild.py +++ b/Doc/tools/dailybuild.py
@@ -33,9 +33,9 @@ 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), ]