##// END OF EJS Templates
run-tests: use byte strings for inserted output...
run-tests: use byte strings for inserted output We were inserting str on Python 3 which resulted in mixed str/bytes types on the list. This would later blow up when trying to write str to the .err file opened in bytes mode. Differential Revision: https://phab.mercurial-scm.org/D7222

File last commit:

r42073:9da97f49 default
r43726:d9e7ac50 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer