sre is broken in SuSE 9.2

Fredrik Lundh fredrik at pythonware.com
Sat Feb 12 03:42:41 EST 2005


Serge Orlov wrote:

> The wide-character value for each member of the Portable
> Character Set will equal its value when used as the lone character
> in an integer character constant. Wide-character codes for other
> characters are locale- and *implementation-dependent*
>
> Emphasis is mine.

the relevant part for this thread is *locale-*.  if wctype depends on the
locale, it cannot be used for generic build.  (custom interpreters are an-
other thing, but they shouldn't be shipped as "python").

</F> 






More information about the Python-list mailing list