Re: [Python-3000] [Python-Dev] Need help for SWIG's Python 3.0 backend

2008-04-13 Thread Haoyu Bai
Gregory P. Smith wrote: > -cc: python-dev > +cc: python-3000 > > Hi Haoyu, > > I'm glad someone wanting to work on updating swig for python 3.x. A > better mailing list for python 3.x internals questions as you work on > this is the [email protected] list.

Re: [Python-3000] Recursive str

2008-04-13 Thread Antoine Pitrou
Greg Ewing canterbury.ac.nz> writes: > > It might not be a serious problem when most of the chars in > the string are ascii, but what about e.g. a Japanese user > whose strings consist almost entirely of non-ascii, but are > for the most part what constitutes perfectly readable text > to them? Th