##// END OF EJS Templates
IPython/utils/io.py: Make sure `devnull` is closed at exit to avoid a `ResourceWarning` being raised by Python 3.
IPython/utils/io.py: Make sure `devnull` is closed at exit to avoid a `ResourceWarning` being raised by Python 3.

File last commit:

r21072:47800256
r21762:5b318cae
Show More
jsonutil.py
5 lines | 134 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
from jupyter_client.jsonutil import *