News

If you are reading a \x encoded string from a file that won't work. if the \x line appear in a python file they are unescaped and the result is binary data stored in a string. If you read that ...