[Python-Dev] Odd lines in unicodedata_db.h (original) (raw)
MRAB python at mrabarnett.plus.com
Sun Apr 4 02:40:29 CEST 2010
- Previous message: [Python-Dev] delaying 2.7 beta 1
- Next message: [Python-Dev] Odd lines in unicodedata_db.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've just downloaded the daily snapshot at http://svn.python.org/snapshots/python.tar.bz2
In the header file /python/Modules/unicodedata_db.h, there are the following lines in the change_records_3_2_0 struct:
{ 255, 255, 255, 255, 1.0 },
{ 255, 255, 255, 255, 2.0 },
{ 255, 255, 255, 255, 3.0 },
{ 255, 255, 255, 255, 4.0 },
...
{ 255, 255, 255, 255, 1e+16 },
{ 255, 255, 255, 255, 1e+20 },
Looks like a bug to me.
- Previous message: [Python-Dev] delaying 2.7 beta 1
- Next message: [Python-Dev] Odd lines in unicodedata_db.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]