py3: use s.startswith() instead of s[n] while parsing patches
I know 'bytes[n] in bytes' magically works, but I'm tired of finding which one breaks the tests.
Loading
Please register or sign in to comment
I know 'bytes[n] in bytes' magically works, but I'm tired of finding which one breaks the tests.