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

SourceForge.net noreply at sourceforge.net
Thu Jun 1 17:21:36 CEST 2006


Patches item #1498930, was opened at 2006-06-01 17:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Nobody/Anonymous (nobody)
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.



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

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