<div class="gmail_quote">2011/8/20 Maciej Fijalkowski <span dir="ltr">&lt;<a href="mailto:fijall@gmail.com">fijall@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="im">&gt; TOTITLE is missing?<br>
&gt; <a href="http://docs.python.org/release/2.7.2/library/stdtypes.html#str.title" target="_blank">http://docs.python.org/release/2.7.2/library/stdtypes.html#str.title</a><br>
&gt; is working on (unicode) strings in pypy. I dont get it, what do u<br>
&gt; think is up?<br>
<br>
</div></div>yes, TOTITLE is not implemented in cpyext, the cpython C compatibility<br>
layer. Btw - what are you trying to achieve? If you want to compare<br>
regex performance on pypy and cpython, it&#39;ll probably be much slower<br>
on pypy. The C extensions layer is just a compatibility one (it&#39;s also<br>
in beta).</blockquote></div><br>Py_UNICODE_TOTITLE and another missing function (PySet_Contains)<div>are now implemented in &quot;default&quot; branch.<div>The regex module compiles and works at least for the basic samples I tried.<br clear="all">
<div><br></div>-- <br>Amaury Forgeot d&#39;Arc<br>
</div></div>