respond to smcv's comment
parent
ee72b1e032
commit
a6f4dcd495
|
@ -46,3 +46,9 @@ patch.
|
||||||
>>
|
>>
|
||||||
>> Other than that it looks good to me. I like the use of `repr` in debug
|
>> Other than that it looks good to me. I like the use of `repr` in debug
|
||||||
>> messages. --[[smcv]]
|
>> messages. --[[smcv]]
|
||||||
|
|
||||||
|
>>> afaict, encode is fine there -- the relevant methods in python2 are
|
||||||
|
>>> `unicode.encode` which gives a `str`, and `str.decode` which usually gives
|
||||||
|
>>> a `unicode`. (i'd happily ditch python2 and port all plugins to python3,
|
||||||
|
>>> where this is all easier, but my [[todo/vCard rendering]] still uses an
|
||||||
|
>>> ancient module.) --[[chrysn]]
|
||||||
|
|
Loading…
Reference in New Issue