##// END OF EJS Templates
py3: fix loop over byte string in wireprotov1peer...
py3: fix loop over byte string in wireprotov1peer Before, it would always return [True]s on Python 3 because list(b"0") == [48].

File last commit:

r32568:4b9b8793 default
r38350:aa9dd805 default
Show More
editmergeps.bat
2 lines | 102 B | application/x-msdownload | BatchLexer
@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"