From 752abd0d3cc66f84f551650b8424248b202a16a4 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 13 May 2008 04:55:24 +0000 Subject: Convert a lot of print statements to print functions in docstrings, documentation, and unused/rarely used functions. --- Lib/test/test_popen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_popen.py') diff --git a/Lib/test/test_popen.py b/Lib/test/test_popen.py index 397e4a31ce..209bb13148 100644 --- a/Lib/test/test_popen.py +++ b/Lib/test/test_popen.py @@ -10,7 +10,7 @@ import os, sys # Test that command-lines get down as we expect. # To do this we execute: -# python -c "import sys;print sys.argv" {rest_of_commandline} +# python -c "import sys;print(sys.argv)" {rest_of_commandline} # This results in Python being spawned and printing the sys.argv list. # We can then eval() the result of this, and see what each argv was. python = sys.executable -- cgit v1.2.1