Re: [gentoo-portage-dev] [PATCH 2/2] pym/portage/util/locale.py: add a C module to help check locale

2016-05-27 Thread Brian Dolbec
On Fri, 27 May 2016 10:40:46 -0400 "Anthony G. Basile" wrote: > On 5/23/16 10:25 AM, Michał Górny wrote: > > On Mon, 23 May 2016 08:08:18 -0400 > > "Anthony G. Basile" wrote: > > > >> On 5/23/16 2:44 AM, Michał Górny wrote: > >>> On

Re: [gentoo-portage-dev] [PATCH 2/2] pym/portage/util/locale.py: add a C module to help check locale

2016-05-27 Thread Anthony G. Basile
On 5/23/16 10:25 AM, Michał Górny wrote: > On Mon, 23 May 2016 08:08:18 -0400 > "Anthony G. Basile" wrote: > >> On 5/23/16 2:44 AM, Michał Górny wrote: >>> On Sun, 22 May 2016 13:04:40 -0400 >>> "Anthony G. Basile" wrote: >>> From:

Re: [gentoo-portage-dev] [PATCH 2/2] pym/portage/util/locale.py: add a C module to help check locale

2016-05-23 Thread Michał Górny
On Mon, 23 May 2016 08:08:18 -0400 "Anthony G. Basile" wrote: > On 5/23/16 2:44 AM, Michał Górny wrote: > > On Sun, 22 May 2016 13:04:40 -0400 > > "Anthony G. Basile" wrote: > > > >> From: "Anthony G. Basile" > >> >

Re: [gentoo-portage-dev] [PATCH 2/2] pym/portage/util/locale.py: add a C module to help check locale

2016-05-23 Thread Anthony G. Basile
On 5/23/16 2:44 AM, Michał Górny wrote: > On Sun, 22 May 2016 13:04:40 -0400 > "Anthony G. Basile" wrote: > >> From: "Anthony G. Basile" >> >> The current method to check for a sane system locale is to use python's >> ctypes.util.find_library() to

Re: [gentoo-portage-dev] [PATCH 2/2] pym/portage/util/locale.py: add a C module to help check locale

2016-05-23 Thread Michał Górny
On Sun, 22 May 2016 13:04:40 -0400 "Anthony G. Basile" wrote: > From: "Anthony G. Basile" > > The current method to check for a sane system locale is to use python's > ctypes.util.find_library() to construct a full library path to the > system