[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Sun Nov 24 16:18:54 CET 2013


http://hg.python.org/cpython/rev/7cc76d9564fa
changeset:   87509:7cc76d9564fa
parent:      87506:f99e67cdedfb
parent:      87508:27347b955d4a
user:        Georg Brandl <georg at python.org>
date:        Sun Nov 24 16:18:23 2013 +0100
summary:
  merge with 3.3

files:
  Doc/Makefile |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -186,6 +186,7 @@
 autobuild-dev:
 	make update
 	make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
+	-make suspicious
 
 # for quick rebuilds (HTML only)
 autobuild-html:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list