##// END OF EJS Templates
Backport PR #2500: Add `encoding` attribute to `OutStream` class....
Backport PR #2500: Add `encoding` attribute to `OutStream` class. This means that `sys.stdout.encoding` returns something useful instead of raising an AttributeError. Closes #2220.

File last commit:

r415:4a5dcb15
r9829:f635516f
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]