Message259136
> Oh, sorry. The patch applies without any problem, then I re-compile everything and run, and the same error happens. I re-compiled just now to make double sure.
I tested my patch on Windows. I called my computer héça (3 non-ASCII letters!). Without the patch, I get the UTF-8 decoding error, as expected. With the patch, it gets the nice "héça" Unicode string, correctly decoded. I tested socket.getfqdn().
My patch will not fix all your issues at once :-) In the issue #26226, I saw at least 3 different bugs. But I'm now sure that my patch fixes a real bug, so I pushed it to Python 3.5 and default (3.6).
Thanks for the bug report Emanuel ;-) |
|
Date |
User |
Action |
Args |
2016-01-28 14:48:17 | vstinner | set | recipients:
+ vstinner, paul.moore, tim.golden, ezio.melotti, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, abarry |
2016-01-28 14:48:17 | vstinner | set | messageid: <1453992497.62.0.624270682252.issue26227@psf.upfronthosting.co.za> |
2016-01-28 14:48:17 | vstinner | link | issue26227 messages |
2016-01-28 14:48:17 | vstinner | create | |
|