##// END OF EJS Templates
Implement `IPython.utils.io.Tee.isatty` (#14460)...
Implement `IPython.utils.io.Tee.isatty` (#14460) A lot of libraries would call `sys.stdout.isatty()`, but `IPython.utils.io.Tee` does not implement `isatty`. Let's add the method to avoid errors.

File last commit:

r27411:5b8c2f31
r28796:c098f4c5 merge
Show More
index.rst
73 lines | 1.8 KiB | text/x-rst | RstLexer

What's new in IPython

This section documents the changes that have been made in various versions of IPython. Users should consult these pages to learn about new features, bug fixes and backwards incompatibilities. Developers should summarize the development work they do here in a user friendly format.