43b2dd44f2
Python 3 is much stricter around mixing bytes with unicode (and by "stricter," I mean it doesn't allow it at all) so we're making vimsupport only return `unicode` objects (`str` on py3). The idea is that YCM (and ycmd) internals only ever deal with unicode. |
||
---|---|---|
.. | ||
ycm | ||
test_requirements.txt |