Re: [Python-3000] -t command line option

2008-06-03 Thread Georg Brandl
Guido van Rossum schrieb: On Mon, Jun 2, 2008 at 5:00 PM, Giovanni Bajo <[EMAIL PROTECTED]> wrote: Python 3.0 defaults to "-tt" (error on inconsistent usage of tab and spaces). Then: why is there still a "-t" and "-tt" command line option? Is just a relic that should be removed? Probably. Thou

Re: [Python-3000] -t command line option

2008-06-03 Thread Guido van Rossum
On Tue, Jun 3, 2008 at 2:25 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: > Guido van Rossum schrieb: >> >> On Mon, Jun 2, 2008 at 5:00 PM, Giovanni Bajo <[EMAIL PROTECTED]> wrote: >>> >>> Python 3.0 defaults to "-tt" (error on inconsistent usage of tab and >>> spaces). Then: why is there still a "-t

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

2008-06-03 Thread Atsuo Ishimoto
> Mark Summerfield suggested to add "!a" conversion flag to the > str.format() method. I'll add the conversion flag to the patch and > PEP later today. I updated PEP and patch. New patch is updated to http://bugs.python.org/issue2630. Changes are:: - Added conversion flag to the str.format() an

Re: [Python-3000] [Python-Dev] Stabilizing the C API of 2.6 and 3.0

2008-06-03 Thread M.-A. Lemburg
On 2008-06-03 01:09, Guido van Rossum wrote: I will freely admit that I haven't followed this thread in any detail, but if it were up to me, I'd have the 2.6 internal code use PyString (as both what the linker sees and what the human reads in the source code) and the 3.0 code use PyBytes for the

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

2008-06-03 Thread Guido van Rossum
On Sun, Jun 1, 2008 at 8:32 AM, Atsuo Ishimoto <[EMAIL PROTECTED]> wrote: > Here's new PEP, and new patch is uploaded at > http://bugs.python.org/issue2630. > (codereview.appspot.com refused to create new issue for this patch, btw.) Thanks for the report! I had made codereview UTF-8-aware, but i

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

2008-06-03 Thread Guido van Rossum
On Tue, Jun 3, 2008 at 10:53 AM, Atsuo Ishimoto <[EMAIL PROTECTED]> wrote: > I updated PEP and patch. New patch is updated to > http://bugs.python.org/issue2630. > > Changes are:: > > - Added conversion flag to the str.format() and PyUnicode_FromFormat() C API. > > - Added new C API PyObject_ASCII(

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

2008-06-03 Thread Atsuo Ishimoto
On Wed, Jun 4, 2008 at 6:02 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 10:53 AM, Atsuo Ishimoto <[EMAIL PROTECTED]> wrote: >> I updated PEP and patch. New patch is updated to >> http://bugs.python.org/issue2630. >> >> Changes are:: >> >> - Added conversion flag to the

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

2008-06-03 Thread Greg Ewing
I don't understand all this stuff about getting unlocked buffers and unlocking buffers while keeping them alive, etc. The way I thought this was supposed to work is that the buffer is *always* locked while the client is accessing it, the only choice being whether it's a read-only or read-write lo

[Python-3000] Python certifications

2008-06-03 Thread vdedaniya
Hello Experts, I want to give Python certifications. Can you please suggest how i should proceed? I do not want any training on Python as I am already working on it since last two years. I just want to know the authorized center in INDIA where i can give the Python certifications. Thanks in adva

Re: [Python-3000] [Python-Dev] Stabilizing the C API of 2.6 and 3.0

2008-06-03 Thread Andrew MacIntyre
Christian Heimes wrote: The first set of betas of Python 2.6 and 3.0 is fast apace. I like to grab the final chance and clean up the C API of 2.6 and 3.0. I know, I know, I brought up the topic two times in the past. But this time I mean it for real! :] On the subject of stabilising the API, I

Re: [Python-3000] [Python-Dev] Postponing the first betas

2008-06-03 Thread r.m.oudkerk
On 02/06/2008, Barry Warsaw <[EMAIL PROTECTED]> wrote: > meantime, Guido said: > > "I'd also like to see PEP 3138 (CJK-friendly repr()) and the > pyprocessing PEP implemented by then, and perhaps some other small > stuff." The pyprocessing unit tests crash with a fatal error when run on Linux with

Re: [Python-3000] Python certifications

2008-06-03 Thread Chris Rebert
This mailinglist is specifically about discussing Python v3.0, not general Python interest topics. As such, you question would be better suited to the comp.lang.python newsgroup than this list. - Chris Rebert On Mon, Jun 2, 2008 at 11:44 PM, vdedaniya <[EMAIL PROTECTED]> wrote: > Hello Experts, >