aboutsummaryrefslogtreecommitdiff
path: root/lib/testall.py
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-16 20:57:43 -0600
committerSkip Montanaro <[email protected]>2021-02-16 20:57:43 -0600
commite1c13c59f332411070a30de21527af6f80875238 (patch)
tree0e54f183599535f5e7578b4c4034ff7f238b871b /lib/testall.py
parentee01a033648d095060e36f3dab11d1a30318e2b4 (diff)
downloadpython-0.9.1-patched-QoL-e1c13c59f332411070a30de21527af6f80875238.tar.xz
python-0.9.1-patched-QoL-e1c13c59f332411070a30de21527af6f80875238.zip
manually apply Guido's patches again
Diffstat (limited to 'lib/testall.py')
-rw-r--r--lib/testall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/testall.py b/lib/testall.py
index ef7cb13..36f1e1f 100644
--- a/lib/testall.py
+++ b/lib/testall.py
@@ -122,7 +122,7 @@ from time import sleep
[4]
from math import *
[5]
-from sys import modules, ps1, ps2
+from sys import modules, path
[6]
### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
@@ -213,7 +213,7 @@ print 'factor' # ('+'|'-') factor | atom trailer*
x = +1
x = -1
x = 1
-c = sys.ps1[0]
+c = sys.path[0]
x = time.time()
x = sys.modules['time'].time()
a = '01234'