Re: [gentoo-portage-dev] [PATCH] --sync: properly decode getaddrinfo() errors.

2014-08-12 Thread Michał Górny
Dnia 2014-08-12, o godz. 20:22:43 Michał Górny napisał(a): > Fixes UnicodeDecodeError in Python 2 with getaddrinfo() error messages > that contain non-ASCII characters, e.g. in pl_PL.UTF-8 locale. And pushed. -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] --sync: properly decode getaddrinfo() errors.

2014-08-12 Thread Michał Górny
Fixes UnicodeDecodeError in Python 2 with getaddrinfo() error messages that contain non-ASCII characters, e.g. in pl_PL.UTF-8 locale. --- pym/_emerge/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index e482744..66e1