On 10/19/07, Brett Cannon <[EMAIL PROTECTED]> wrote:
> On 10/19/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> > On 10/7/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> > > I'd like to make complete implementation of PEP 3137 the goal for the
> > > 3.0a2 release. It should be doable to do this
On 10/19/07, Christian Heimes <[EMAIL PROTECTED]> wrote:
> Guido van Rossum wrote:
> >> - change PyString's repr() to return "b'...'"
> >> - change PyBytes's repr() to return "buffer(b'...')"
> >> - change parser so that b"..." returns PyString, not PyBytes
> >> - rename bytes -> buffer, str8 -> by
On 10/7/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> I'd like to make complete implementation of PEP 3137 the goal for the
> 3.0a2 release. It should be doable to do this release by the end of
> October. I don't think anything else *needs* to be done to have a
> successful a2 release.
I'm sti
On 10/19/07, Christian Heimes <[EMAIL PROTECTED]> wrote:
>
> I may take it as a challenge to write the view but I don't know if I can
> handle it. I'm still learning how to program C for Python. It may be a
> good opportunity to learn more. If you don't mind that it may take
> longer and if somebod
On 10/19/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> On 10/7/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> > I'd like to make complete implementation of PEP 3137 the goal for the
> > 3.0a2 release. It should be doable to do this release by the end of
> > October. I don't think anything el
Guido van Rossum wrote:
>> I only pointed out that it's missing. I didn't say that I would write it
>> because I don't feel qualified and experienced enough for it.
>
> Oops, sorry again.
I may take it as a challenge to write the view but I don't know if I can
handle it. I'm still learning how to
Christian Heimes schrieb:
> Guido van Rossum wrote:
>>> - change PyString's repr() to return "b'...'"
>>> - change PyBytes's repr() to return "buffer(b'...')"
>>> - change parser so that b"..." returns PyString, not PyBytes
>>> - rename bytes -> buffer, str8 -> bytes
>>
>> A patch by Alexandre Vas
Guido van Rossum wrote:
>> - change PyString's repr() to return "b'...'"
>> - change PyBytes's repr() to return "buffer(b'...')"
>> - change parser so that b"..." returns PyString, not PyBytes
>> - rename bytes -> buffer, str8 -> bytes
>
> A patch by Alexandre Vassolotti and Christian Heimes exist
On 10/19/07, Christian Heimes <[EMAIL PROTECTED]> wrote:
> Guido van Rossum wrote:
> >> I only pointed out that it's missing. I didn't say that I would write it
> >> because I don't feel qualified and experienced enough for it.
> >
> > Oops, sorry again.
>
> I may take it as a challenge to write th