##// END OF EJS Templates
Use 'UTF-8' as the `encoding` attribute in `OutStream` class....
Use 'UTF-8' as the `encoding` attribute in `OutStream` class. This means that `sys.stdout.encoding` returns something useful instead of raising an AttributeError. 'UTF-8' was chosen because our version of write actually wants a unicode string (i.e., not `bytes`) and we want something universal which an encode the entire range of unicode characters.
Bradley M. Froehle -
r8595:f1c11554
Show More
Name Size Modified Last Commit Author
/ IPython / config / tests
__init__.py Loading ...
test_application.py Loading ...
test_configurable.py Loading ...
test_loader.py Loading ...