##// END OF EJS Templates
tests: write out file using bytes I/O...
tests: write out file using bytes I/O The encoding of sys.stdout varies between Python versions. So using a one-liner to write a file from a Unicode string is not deterministic. This commit writes out the file using bytes I/O to ensure we have exactly the bytes we want in the file. This change fixes a test failure in Python 3.5/3.6. Differential Revision: https://phab.mercurial-scm.org/D7226

File last commit:

r30435:b86a448a default
r43734:e7eb67ea stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer