##// END OF EJS Templates
fix type=str->unicode in argparse kv loader...
fix type=str->unicode in argparse kv loader This prevented unicode names for values to alias arguments. Includes associated test that fails prior to fix.

File last commit:

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