##// END OF EJS Templates
Stop stripping encoding cookie...
Stop stripping encoding cookie As far as I can tell, it's no longer a syntax error to have the magic encoding comment when parsing a unicode string. Since IPython 6 doesn't support Python 2, we can simply stop making this change. Closes gh-9919

File last commit:

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