<br><br><div><span class="gmail_quote">On 5/31/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;">
I don&#39;t know exactly what that option does;</blockquote><div><br>It specifies how Unicode is stored internally in the interpreter (I believe). <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 it won&#39;t be possible to<br>disable unicode in 3.0, but I fully plan to continue supporting both<br>2-byte and 4-byte storage. 4-byte storage is broken on OSX it ought to<br>be fixed (unless it&#39;s a platform policy not to support it, as appears
<br>to be the case on Windows).</blockquote><div><br>It&#39;s broken in the Mac extension modules that are auto-generated.&nbsp; Otherwise it&#39;s fine.<br><br>-Brett<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--Guido<br><br>On 6/1/07, Brett Cannon &lt;<a href="mailto:brett@python.org">brett@python.org</a>&gt; wrote:<br>&gt; I vaguely remember a discussion about the str/unicode unification and<br>&gt; whether there was going to be standardization on the internal representation
<br>&gt; of Unicode or not.&nbsp;&nbsp;I don&#39;t remember the outcome, but I am curious as to<br>&gt; whether it will lead to the removal of --enable-unicode or not.<br>&gt;<br>&gt; Reason I ask is that the OS X extension modules do not like it when you
<br>&gt; compile with UCS-4 (see <a href="http://www.python.org/sf/763708">http://www.python.org/sf/763708</a>).&nbsp;&nbsp;If the option is<br>&gt; not going to go away I am going to try to lean on someone to address this as<br>&gt; Unicode is obviously going to play a bigger role in Python come 
3.0.<br>&gt;<br>&gt; -Brett<br>&gt;<br>&gt; _______________________________________________<br>&gt; Python-3000 mailing list<br>&gt; <a href="mailto:Python-3000@python.org">Python-3000@python.org</a><br>&gt; <a href="http://mail.python.org/mailman/listinfo/python-3000">
http://mail.python.org/mailman/listinfo/python-3000</a><br>&gt; Unsubscribe:<br>&gt; <a href="http://mail.python.org/mailman/options/python-3000/guido%40python.org">http://mail.python.org/mailman/options/python-3000/guido%40python.org
</a><br>&gt;<br>&gt;<br><br><br>--<br>--Guido van Rossum (home page: <a href="http://www.python.org/~guido/">http://www.python.org/~guido/</a>)<br></blockquote></div><br>