[Python-3000-checkins] r56254 - python/branches/py3k-struni/PCbuild/rmpyc.py

thomas.heller python-3000-checkins at python.org
Wed Jul 11 11:41:23 CEST 2007


Author: thomas.heller
Date: Wed Jul 11 11:41:23 2007
New Revision: 56254

Modified:
   python/branches/py3k-struni/PCbuild/rmpyc.py
Log:
print() is a function now.

Modified: python/branches/py3k-struni/PCbuild/rmpyc.py
==============================================================================
--- python/branches/py3k-struni/PCbuild/rmpyc.py	(original)
+++ python/branches/py3k-struni/PCbuild/rmpyc.py	Wed Jul 11 11:41:23 2007
@@ -22,4 +22,4 @@
     return npyc, npyo
 
 npyc, npyo = deltree("../Lib")
-print npyc, ".pyc deleted,", npyo, ".pyo deleted"
+print(npyc, ".pyc deleted,", npyo, ".pyo deleted")


More information about the Python-3000-checkins mailing list