##// END OF EJS Templates
py3: bytestr() bytes to get bytechar while iterating on it...
py3: bytestr() bytes to get bytechar while iterating on it Iterating on bytes give you ascii values instead of bytechr so we need to wrap the bytes in pycompat.bytestr() to get bytechr while iterating. Differential Revision: https://phab.mercurial-scm.org/D3609

File last commit:

r37642:33db69b6 default
r38096:e887381e default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer