##// END OF EJS Templates
Remove some of the cast_unicode as we can prove they are not bytes....
Remove some of the cast_unicode as we can prove they are not bytes. 1) inspect getdoc impementation return None if docs is not str. 2) if a value is split, joined, or concatenated with str, it must be str, or we woudl get a type error.

File last commit:

r22615:3d83950a
r25333:f984edc3
Show More
index.rst
12 lines | 229 B | text/x-rst | RstLexer

IPython options

Any of the options listed here can be set in config files, at the command line, or from inside IPython. See :ref:`setting_config` for details.