On Wed, Apr 12, 2017 at 04:21:33PM +0100, José Abílio Matos wrote:
> 
> The other option would be to open the file in binary mode and then we have to 
> make sure to use the b"" strings when there are file manipulations.

And how would you perform regex matches when dealing with bytes-like
objects in python3? Don't you get a TypeError?

-- 
Enrico

Reply via email to