On 9/8/2011 6:15 PM, fwierzbi...@gmail.com wrote:
Oops, forgot to add the link for the gory details for Java and> 2 byte unicode:
http://java.sun.com/developer/technicalArticles/Intl/Supplementary/
This is dated 2004. Basically, they considered several options, tried
out 4, and ended up stic
On Fri, Aug 26, 2011 at 3:00 PM, Guido van Rossum wrote:
> I have a different question about IronPython and Jython now. Do their
> regular expression libraries support Unicode better than CPython's?
> E.g. does "." match a surrogate pair? Tom C suggests that Java's regex
> libraries get this and m
Oops, forgot to add the link for the gory details for Java and > 2 byte unicode:
http://java.sun.com/developer/technicalArticles/Intl/Supplementary/
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsu
On Fri, Aug 26, 2011 at 3:00 PM, Guido van Rossum wrote:
> I have a different question about IronPython and Jython now. Do their
> regular expression libraries support Unicode better than CPython's?
> E.g. does "." match a surrogate pair? Tom C suggests that Java's regex
> libraries get this and m
Hi,
On Tue, Sep 6, 2011 at 11:08 AM, victor.stinner
wrote:
> http://hg.python.org/cpython/rev/786668a4fb6b
> changeset: 72301:786668a4fb6b
> user:Victor Stinner
> date:Tue Sep 06 10:08:28 2011 +0200
> summary:
> Issue #12567: Fix curses.unget_wch() tests
>
> Skip the test if t
Hello Jesus,
> I sorry to bother you with these details
> and waste of time, but could you possibly change my buildbot
> configurarion to launch, let's say, 4 test processes in parallel, just
> for testing?
Ok, I've added "-j4", let's how that works.
> Another option would be to have a single P