while trying to figure out what to update the common method docstrings to
say I've come up with terms such as 'byte string' or 'byte buffer' but none
of those are extra appealing to me to turn into an ABC name.  other
thoughts?

On 10/15/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
>
> On 10/15/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> > There's one thing that I forgot to add to PEP 3137. It's the removal
> > of the basestring type. I think this is a reasonable thing to do.
> > Christian Heimes has a patch that does this cleanly. Anyone objecting,
> > please speak up now!
>
> And, quite separately, we will need a common base type for bytes and
> buffer. I think that should be an ABC in the collections module
> though, which simply registers bytes and buffer. Any suggestions for a
> name?
>
> --
> --Guido van Rossum (home page: http://www.python.org/~guido/)
> _______________________________________________
> Python-3000 mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/python-3000
> Unsubscribe:
> http://mail.python.org/mailman/options/python-3000/greg%40krypto.org
>
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to