diff options
| author | Paul Sokolovsky | 2017-05-02 14:12:52 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-05-02 14:12:52 +0300 |
| commit | c1b19115e584c5be21863a5e3d187356a28039b5 (patch) | |
| tree | 7a62347086b49a9f38b6431257c1e09d1b01dda4 /tests/cpydiff | |
| parent | 8bb84cc627b933ff3eb9931a97197e459811fe36 (diff) | |
tests/cpydiff/core_import_prereg: Fill in cause and workaround.
Diffstat (limited to 'tests/cpydiff')
| -rw-r--r-- | tests/cpydiff/core_import_prereg.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cpydiff/core_import_prereg.py b/tests/cpydiff/core_import_prereg.py index ab04cfc99..4a7121782 100644 --- a/tests/cpydiff/core_import_prereg.py +++ b/tests/cpydiff/core_import_prereg.py @@ -1,8 +1,8 @@ """ categories: Core,import description: Failed to load modules are still registered as loaded -cause: Unknown -workaround: Unknown +cause: To make module handling more efficient, it's not wrapped with exception handling. +workaround: Test modules before production use; during development, use ``del sys.modules["name"]``, or just soft or hard reset the board. """ import sys |
