[Python-checkins] r72031 - in python/branches/py3k: Makefile.pre.in
georg.brandl
python-checkins at python.org
Mon Apr 27 18:50:10 CEST 2009
Author: georg.brandl
Date: Mon Apr 27 18:50:10 2009
New Revision: 72031
Log:
Merged revisions 71740 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71740 | benjamin.peterson | 2009年04月19日 05:02:54 +0200 (So, 19 Apr 2009) | 1 line
fix typo
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Makefile.pre.in
Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in (original)
+++ python/branches/py3k/Makefile.pre.in Mon Apr 27 18:50:10 2009
@@ -850,7 +850,7 @@
sqlite3 sqlite3/test \
logging bsddb bsddb/test csv wsgiref urllib \
lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
- lib2to3/tests/data lib2to3/tests/data/fixes lib2to3/tests/data/fixers/myfixes \
+ lib2to3/tests/data lib2to3/tests/data/fixers lib2to3/tests/data/fixers/myfixes \
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
importlib importlib/test importlib/test/builtin \
More information about the Python-checkins
mailing list