[Patches] [ python-Patches-1498930 ] Generate from Unicode database instead of manualy coding.

SourceForge.net noreply at sourceforge.net
Wed Jun 21 13:18:38 CEST 2006


Patches item #1498930, was opened at 2006-06-01 17:21
Message generated for change (Comment added) made by andersch
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1498930&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Anders Chrigström (andersch)
Assigned to: Martin v. Löwis (loewis)
Summary: Generate from Unicode database instead of manualy coding.

Initial Comment:
This patch makes _PyUnicode_IsLinebreak,
_PyUnicode_ToNumeric and _PyUnicode_IsWhitespace
generated from the Unicode database instead of being
subject to manual updates. This ought to ease the
transition to Unicode version 5.0.0.

Allso, the definitions of whitespaces has changed
between v3.2 and v4.1 so the test had to be updated.



----------------------------------------------------------------------

>Comment By: Anders Chrigström (andersch)
Date: 2006-06-21 13:18

Message:
Logged In: YES 
user_id=621306

With the beta1 out the door I thought We might rather want a
minimal fix for _PyUnicode_IsWhitespace. So here one is.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1498930&group_id=5470


More information about the Patches mailing list