diff options
Diffstat (limited to 'tests/cpydiff/modules_sys_stdassign.py')
-rw-r--r-- | tests/cpydiff/modules_sys_stdassign.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cpydiff/modules_sys_stdassign.py b/tests/cpydiff/modules_sys_stdassign.py index 096af430e4..1bf2a598a0 100644 --- a/tests/cpydiff/modules_sys_stdassign.py +++ b/tests/cpydiff/modules_sys_stdassign.py @@ -1,7 +1,7 @@ """ categories: Modules,sys -description: Override sys.stdin, sys.stdout and sys.stderr. Impossible as they are stored in read-only memory. -cause: Unknown +description: Overriding sys.stdin, sys.stdout and sys.stderr not possible +cause: They are stored in read-only memory. workaround: Unknown """ import sys |