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?
<br><br><div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">Guido van Rossum</b> &lt;<a href="mailto:guido@python.org">guido@python.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 10/15/07, Guido van Rossum &lt;<a href="mailto:guido@python.org">guido@python.org</a>&gt; wrote:<br>&gt; There&#39;s one thing that I forgot to add to PEP 3137. It&#39;s the removal<br>&gt; of the basestring type. I think this is a reasonable thing to do.
<br>&gt; Christian Heimes has a patch that does this cleanly. Anyone objecting,<br>&gt; please speak up now!<br><br>And, quite separately, we will need a common base type for bytes and<br>buffer. I think that should be an ABC in the collections module
<br>though, which simply registers bytes and buffer. Any suggestions for a<br>name?<br><br>--<br>--Guido van Rossum (home page: <a href="http://www.python.org/~guido/">http://www.python.org/~guido/</a>)<br>_______________________________________________
<br>Python-3000 mailing list<br><a href="mailto:Python-3000@python.org">Python-3000@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-3000">http://mail.python.org/mailman/listinfo/python-3000</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-3000/greg%40krypto.org">http://mail.python.org/mailman/options/python-3000/greg%40krypto.org</a><br></blockquote></div><br>