From: Thomas Heller Date: Wed, 11 Jul 2007 09:41:23 +0000 (+0000) Subject: print() is a function now. X-Git-Tag: v3.0a1~700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9abb96307fa707f3eb12c515cfa3407a56a33eb9;p=python print() is a function now. --- diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py index 43c8576e79..a1e75bb7ae 100644 --- a/PCbuild/rmpyc.py +++ b/PCbuild/rmpyc.py @@ -22,4 +22,4 @@ def deltree(root): return npyc, npyo npyc, npyo = deltree("../Lib") -print npyc, ".pyc deleted,", npyo, ".pyo deleted" +print(npyc, ".pyc deleted,", npyo, ".pyo deleted")