diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-09 14:33:55 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-09 14:33:55 +0300 |
commit | 0c5369a1f02c89b1879f76a9d2045a56ae47243b (patch) | |
tree | 8c9a7ef70f870976960b09b0cb08db440850e550 /tests/cpydiff/modules_sys_stdassign.py | |
parent | ad5e7a0e6f991e923fe94cce444289252304f589 (diff) | |
download | micropython-0c5369a1f02c89b1879f76a9d2045a56ae47243b.tar.gz micropython-0c5369a1f02c89b1879f76a9d2045a56ae47243b.zip |
tests/cpydiff/: Improve wording, add more workarounds.
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 |