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")
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to