Hello, Thanks for including me in the loop
On Tue, 28 Jun 2016 19:48:08 +0200 Reiner Herrmann <rei...@reiner-h.de> wrote: > On Tue, Jun 28, 2016 at 11:42:35AM +0200, Christoph Biedl wrote: > > Still, even after applying your patch a test script works when > > using python2.7, and now I'm confused. Since my python knowledge is > > rather limited, could you please check for both versions, too - and > > perhaps shed some light on it? > > It looks like upstream just commited the same fix: > https://github.com/file/file/commit/73e043d2a986234b187a00ed0c8d1f7bf83df372 Well this is going to break the python2 support again :/ I hadn't notice the fix i proposed was breaking python3 support. Wasn't my intention. The reason i proposed the patch was that the testsuit of Debsources (www.sources.debian.net) was reaching the str(r, 'utf-8'). Here's a log of the incident https://travis-ci.org/Debian/debsources/builds/102972221 It's a pity that they merged this so quickly. unfortunately i don't have the time before next week to work on a patch that will actually support both Python version correctly. Cheers, Orestis