Correct. Sorry. Here&#39;s an improved table that I&#39;m also adding to the PEP:<br><br><span style="font-family: courier new,monospace;"></span><span style="font-family: courier new,monospace;">C name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | 2.x&nbsp;&nbsp;&nbsp; repr | 
3.0a1 repr | 3.0a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; repr</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">-------------+-------------+------------+-------------------</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">PyUnicode&nbsp;&nbsp;&nbsp; | unicode u&quot;&quot; | str&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot; | str&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
PyString&nbsp;&nbsp;&nbsp;&nbsp; | str&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot; | str8&nbsp;&nbsp; s&quot;&quot; | bytes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b&quot;&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PyBytes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | N/A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | bytes&nbsp; b&quot;&quot; | buffer buffer(b&quot;&quot;)
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PyBuffer&nbsp;&nbsp;&nbsp;&nbsp; | buffer&nbsp; N/A | buffer N/A | N/A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
PyMemoryView | N/A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | N/A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | memoryview&nbsp;&nbsp;&nbsp;&nbsp; N/A</span><span style="font-family: courier new,monospace;"> -------------+-------------+------------+-------------------</span><br style="font-family: courier new,monospace;">
<br>--Guido<br><br><div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">Steven Bethard</b> &lt;<a href="mailto:steven.bethard@gmail.com">steven.bethard@gmail.com</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; C name&nbsp;&nbsp;&nbsp;&nbsp;| 2.x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 3.0a1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 3.0a2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>&gt; ----------+--------------+------------+---------------------+
<br>&gt; PyUnicode | unicode&nbsp;&nbsp;u&quot;&quot; | str&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot; | str&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&nbsp;&nbsp;|<br>&gt; PyString&nbsp;&nbsp;| str&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot; | str8&nbsp;&nbsp; s&quot;&quot; | bytes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&nbsp;&nbsp;|<br>&gt; PyBytes&nbsp;&nbsp; | N/A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| bytes&nbsp;&nbsp;b&quot;&quot; | buffer&nbsp;&nbsp;buffer(b&quot;&quot;) |
<br>&gt; ----------+--------------+------------+---------------------+<br><br>That &quot;&quot; beside bytes in the 3.0a2 column should be b&quot;&quot; (that is, with<br>a &quot;b&quot; prefix), right?<br><br>STeVe<br>--
<br>I&#39;m not *in*-sane. Indeed, I am so far *out* of sane that you appear a<br>tiny blip on the distant coast of sanity.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--- Bucky Katt, Get Fuzzy<br></blockquote></div><br><br clear="all"><br>-- <br>--Guido van Rossum (home page: 
<a href="http://www.python.org/~guido/">http://www.python.org/~guido/</a>)