Re: [gentoo-dev] bzipped manpages

2017-01-12 Thread Sven Eden
Am Donnerstag, 12. Januar 2017, 19:08:05 CET schrieb Walter Dnes: > On Wed, Jan 11, 2017 at 05:15:25PM +0100, Jan Stary wrote > > > On Jan 11 13:34:09, sven.e...@gmx.de wrote: > > > Am Dienstag, 10. Januar 2017, 13:36:15 CET schrieb Jan Stary: > > > > > You arguing that 40MB is nothing on modern

Re: [gentoo-dev] bzipped manpages

2017-01-12 Thread Walter Dnes
On Wed, Jan 11, 2017 at 05:15:25PM +0100, Jan Stary wrote > On Jan 11 13:34:09, sven.e...@gmx.de wrote: > > Am Dienstag, 10. Januar 2017, 13:36:15 CET schrieb Jan Stary: > > > > You arguing that 40MB is nothing on modern systems (which, by the way is > > > > not exactly true, talking about

Re: [gentoo-portage-dev] [PATCH] bin/socks5-server.py: convert address from bytes to str (bug 604474)

2017-01-12 Thread Zac Medico
On 01/12/2017 03:10 PM, Brian Dolbec wrote: > On Thu, 12 Jan 2017 09:36:36 -0800 > Zac Medico wrote: > >> Use the idna codec to decode the destination address that is read >> from the client. This fixes a "TypeError: must be str, not bytes" >> exception raised from

Re: [gentoo-portage-dev] [PATCH] bin/socks5-server.py: convert address from bytes to str (bug 604474)

2017-01-12 Thread Brian Dolbec
On Thu, 12 Jan 2017 09:36:36 -0800 Zac Medico wrote: > Use the idna codec to decode the destination address that is read > from the client. This fixes a "TypeError: must be str, not bytes" > exception raised from getaddrinfo with Python 3.4.5. > > X-Gentoo-Bug: 604474 >

[gentoo-portage-dev] [PATCH] bin/socks5-server.py: convert address from bytes to str (bug 604474)

2017-01-12 Thread Zac Medico
Use the idna codec to decode the destination address that is read from the client. This fixes a "TypeError: must be str, not bytes" exception raised from getaddrinfo with Python 3.4.5. X-Gentoo-Bug: 604474 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604474 --- bin/socks5-server.py