Re: [Python-Dev] ICU

2010-12-02 Thread P.J. Eby
At 07:47 AM 12/2/2010 -0800, Guido van Rossum wrote: On Wed, Dec 1, 2010 at 8:45 PM, Alexander Belopolsky wrote: > On Tue, Nov 30, 2010 at 3:13 PM, Antoine Pitrou wrote: >> >> Oh, about ICU: >> >>> > Actually, I remember you saying that locale should ideally be replaced >>> > with a wrapper a

Re: [Python-Dev] ICU

2010-12-02 Thread Benjamin Peterson
2010/12/2 Guido van Rossum : > On Wed, Dec 1, 2010 at 8:45 PM, Alexander Belopolsky > wrote: >> On Tue, Nov 30, 2010 at 3:13 PM, Antoine Pitrou wrote: >>> >>> Oh, about ICU: >>> > Actually, I remember you saying that locale should ideally be replaced > with a wrapper around the ICU libr

Re: [Python-Dev] ICU

2010-12-02 Thread James Y Knight
On Dec 1, 2010, at 11:45 PM, Alexander Belopolsky wrote: > On Tue, Nov 30, 2010 at 3:13 PM, Antoine Pitrou wrote: >> >> Oh, about ICU: >> Actually, I remember you saying that locale should ideally be replaced with a wrapper around the ICU library. >>> >>> By that, I stand - however,

Re: [Python-Dev] ICU

2010-12-02 Thread Guido van Rossum
On Wed, Dec 1, 2010 at 8:45 PM, Alexander Belopolsky wrote: > On Tue, Nov 30, 2010 at 3:13 PM, Antoine Pitrou wrote: >> >> Oh, about ICU: >> >>> > Actually, I remember you saying that locale should ideally be replaced >>> > with a wrapper around the ICU library. >>> >>> By that, I stand - however

Re: [Python-Dev] ICU

2010-12-01 Thread Alexander Belopolsky
On Tue, Nov 30, 2010 at 3:13 PM, Antoine Pitrou wrote: > > Oh, about ICU: > >> > Actually, I remember you saying that locale should ideally be replaced >> > with a wrapper around the ICU library. >> >> By that, I stand - however, I have given up the hope that this will >> happen anytime soon. > >

Re: [Python-Dev] ICU

2010-11-30 Thread Antoine Pitrou
Oh, about ICU: > > Actually, I remember you saying that locale should ideally be replaced > > with a wrapper around the ICU library. > > By that, I stand - however, I have given up the hope that this will > happen anytime soon. Perhaps this could be made a GSOC topic. Regards Antoine. _