[Python-checkins] r83052 - peps/trunk/Makefile

benjamin.peterson python-checkins at python.org
Thu Jul 22 14:21:11 CEST 2010


Author: benjamin.peterson
Date: Thu Jul 22 14:21:10 2010
New Revision: 83052

Log:
2.5 is now default on dinsdale, so don't require version suffix

Modified:
   peps/trunk/Makefile

Modified: peps/trunk/Makefile
==============================================================================
--- peps/trunk/Makefile	(original)
+++ peps/trunk/Makefile	Thu Jul 22 14:21:10 2010
@@ -5,7 +5,7 @@
 
 PEP2HTML=pep2html.py
 
-PYTHON=python2.5
+PYTHON=python
 
 .SUFFIXES: .txt .html
 


More information about the Python-checkins mailing list