[Python-checkins] cpython (3.3): Use newer version of Pygments that handles "yield from".

georg.brandl python-checkins at python.org
Sun Sep 30 18:14:17 CEST 2012


http://hg.python.org/cpython/rev/543c6a8d5787
changeset:   79332:543c6a8d5787
branch:      3.3
parent:      79330:fd8d3abab1c6
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 30 18:00:50 2012 +0200
summary:
  Use newer version of Pygments that handles "yield from".

files:
  Doc/Makefile |  2 +-
  Doc/make.bat |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -53,7 +53,7 @@
 	fi
 	@if [ ! -d tools/pygments ]; then \
 	  echo "Checking out Pygments..."; \
-	  svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
+	  svn checkout $(SVNROOT)/external/Pygments-1.5dev-20120930/pygments tools/pygments; \
 	fi
 
 update: clean checkout
diff --git a/Doc/make.bat b/Doc/make.bat
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -37,7 +37,7 @@
 svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx
 svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
 svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
-svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
+svn co %SVNROOT%/external/Pygments-1.5dev-20120930/pygments tools/pygments
 goto end
 
 :update

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


More information about the Python-checkins mailing list