summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/rexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py
index 89904dce34..29b9ad6649 100644
--- a/Lib/rexec.py
+++ b/Lib/rexec.py
@@ -133,7 +133,7 @@ class RExec(ihooks._Verbose):
ok_builtin_modules = ('audioop', 'array', 'binascii',
'cmath', 'errno', 'imageop',
- 'marshal', 'math', 'md5', 'operator',
+ 'math', 'md5', 'operator',
'parser', 'regex', 'rotor', 'select',
'strop', 'struct', 'time')