summaryrefslogtreecommitdiff
path: root/Lib/test/crashers/bogus_sre_bytecode.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/crashers/bogus_sre_bytecode.py')
-rw-r--r--Lib/test/crashers/bogus_sre_bytecode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/crashers/bogus_sre_bytecode.py b/Lib/test/crashers/bogus_sre_bytecode.py
index 4bfc7300d5..7f006d9ede 100644
--- a/Lib/test/crashers/bogus_sre_bytecode.py
+++ b/Lib/test/crashers/bogus_sre_bytecode.py
@@ -38,7 +38,7 @@ ss = ["", "world", "x" * 500]
while 1:
code = [pick() for i in range(random.randrange(5, 25))]
- print code
+ print(code)
pat = _sre.compile(None, 0, code)
for s in ss:
try: