Chromium Code Reviews
Descriptionraw_io module: Add text_input and text_output
This CLs adds text_input and text_output to the raw io module. These are the
same as input and output, except that they assume the data they handle is
utf-8 encoded, and will decode or encode it as appropriate. If any errors are
encountered while doing this, they will be replaced with an appropriate
replacement character, as defined in https://docs.python.org/2/library/codecs.html#codec-base-classes
BUG=686280, 664352
Review-Url: https://codereview.chromium.org/2672593002
Committed: https://github.com/luci/recipes-py/commit/9456147555cc76adec014709e02928b620d7d8d9
Patch Set 1 #Patch Set 2 : Change approach #
Total comments: 2
Patch Set 3 : Full implementation #Patch Set 4 : Remove TODOs, not needed #Patch Set 5 : Add pragma no covers. #
Total comments: 3
Patch Set 6 : Add comment about no cover #
Messages
Total messages: 20 (8 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||