##// END OF EJS Templates
Make non-ASCII docstring unicode
Thomas Kluyver -
Show More
@@ -234,7 +234,7 b' rprint = raw_print'
234 rprinte = raw_print_err
234 rprinte = raw_print_err
235
235
236 def unicode_std_stream(stream='stdout'):
236 def unicode_std_stream(stream='stdout'):
237 """Get a wrapper to write unicode to stdout/stderr as UTF-8.
237 u"""Get a wrapper to write unicode to stdout/stderr as UTF-8.
238
238
239 This ignores environment variables and default encodings, to reliably write
239 This ignores environment variables and default encodings, to reliably write
240 unicode to stdout or stderr.
240 unicode to stdout or stderr.
General Comments 0
You need to be logged in to leave comments. Login now