##// END OF EJS Templates
Changing how IPython.utils.io.Term is handled....
Changing how IPython.utils.io.Term is handled. We used to create a module level IOTerm instance called IPython.utils.io.Term when IPython.utils.io was imported. We now delay this until InteractiveShell.init_io is called. This gives us a chance to override sys.stdout/sys.stderr first. All code that uses IPython.utils.io.Term must refer to by its full name: "IPython.utils.io.Term" and not hold references to it.
Brian Granger -
r2775:c291d5fa
Show More
Name Size Modified Last Commit Author
/ IPython / core / tests
__init__.py Loading ...
refbug.py Loading ...
simpleerr.py Loading ...
tclass.py Loading ...
test_autocall.py Loading ...
test_completer.py Loading ...
test_fakemodule.py Loading ...
test_handlers.py Loading ...
test_imports.py Loading ...
test_inputsplitter.py Loading ...
test_iplib.py Loading ...
test_magic.py Loading ...
test_plugin.py Loading ...
test_prefilter.py Loading ...
test_run.py Loading ...