Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Terry Reedy
"Atsuo Ishimoto" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Yes. My question is "Which do you feel comfortable, printing collect | glyphs or hex-escaped ASCII ?". I prefer printed glyphs for foreign | characters, but I had feeling that western people prefer hex-escaped | ASCII

Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Guido van Rossum
On Fri, May 23, 2008 at 7:04 PM, Atsuo Ishimoto <[EMAIL PROTECTED]> wrote: > On Sat, May 24, 2008 at 5:42 AM, Stephen J. Turnbull <[EMAIL PROTECTED]> > wrote: >> Atsuo Ishimoto writes: >> > 2008/5/23 Guido van Rossum <[EMAIL PROTECTED]>: >> > > Personally, I can live with it. I rarely generate J

Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Atsuo Ishimoto
On Sat, May 24, 2008 at 5:42 AM, Stephen J. Turnbull <[EMAIL PROTECTED]> wrote: > Atsuo Ishimoto writes: > > 2008/5/23 Guido van Rossum <[EMAIL PROTECTED]>: > > > Personally, I can live with it. I rarely generate Japanese text so I > > > doubt it'll be a problem. I can also change the console en

Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Stephen J. Turnbull
Atsuo Ishimoto writes: > 2008/5/23 Guido van Rossum <[EMAIL PROTECTED]>: > > Personally, I can live with it. I rarely generate Japanese text so I > > doubt it'll be a problem. I can also change the console encoding and > > error handler. > > While you rarely generate Japanese text, but I gue

Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Atsuo Ishimoto
2008/5/23 Guido van Rossum <[EMAIL PROTECTED]>: > Personally, I can live with it. I rarely generate Japanese text so I > doubt it'll be a problem. I can also change the console encoding and > error handler. While you rarely generate Japanese text, but I guess you often get non-ASCII text data e.g.

Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Guido van Rossum
On Fri, May 23, 2008 at 12:28 AM, Atsuo Ishimoto <[EMAIL PROTECTED]> wrote: > On Fri, May 23, 2008 at 1:30 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > >>> One point still remains is default error handler for sys.stdout. I can >>> live with 'strict' error handler, but I think raising exception

[Python-3000] Single buffer implied in new buffer protocol?

2008-05-23 Thread Stefan Behnel
Hi, while implementing Py_buffer support in Cython, I noticed (the hard way, throught a segfault), that the buffer pointer passed into getbuffer() can be NULL, e.g. when calling memoryview.tobytes(). According to PEP 3118 (first paragraph below the getbuffer() signature), this implies setting a lo

Re: [Python-3000] class style

2008-05-23 Thread Nick Coghlan
paul bedaride wrote: Hello, I'm new on this list The question you asked is more appropriate for comp.lang.python, not python-dev/python-3000 (which are about the development *of* Python, not development *with* Python). Regards, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane,

Re: [Python-3000] PEP 3138- String representation in Python 3000

2008-05-23 Thread Atsuo Ishimoto
On Fri, May 23, 2008 at 1:30 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: >> One point still remains is default error handler for sys.stdout. I can >> live with 'strict' error handler, but I think raising exceptions for >> evenry un-supported characters by default is too exacting. > > I think t

[Python-3000] class style

2008-05-23 Thread paul bedaride
Hello, I'm new on this list and it's just for ask a question about class-style in python 3000 because I don't understand for instance why in class Example(object): var1 = 'example' var2 = property(fget=lambda self: 'example') var1 seems to be linked to class and var2 to object. In more i

Re: [Python-3000] [Python-Dev] Releasing alphas tonight

2008-05-23 Thread Hirokazu Yamamoto
Hello. > The py3k branch has a major show stopper, It's leaking references to the > max. Is there any chance this leak also will be fixed? http://bugs.python.org/issue Thank you. ___ Python-3000 mailing list Python-3000@python.org http://mail.pytho

Re: [Python-3000] [Python-Dev] Reminder: last alphas next Wednesday 07-May-2008

2008-05-23 Thread Mike Meyer
On Fri, 02 May 2008 00:03:24 - [EMAIL PROTECTED] wrote: > On 11:45 pm, [EMAIL PROTECTED] wrote: > >I like this, except one issue: I really don't like the .local > >directory. I don't see any compelling reason why this needs to be > >~/.local/lib/ -- IMO it should just be ~/lib/. There's no nee