diff --git a/Lib/rexec.py b/Lib/rexec.py index 89904dce34f02a..29b9ad6649a96e 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')