This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients amaury.forgeotdarc, ezio.melotti, flox, lemburg
Date 2010-03-19.09:25:34
SpamBayes Score 1.0577983e-11
Marked as misclassified No
Message-id <4BA34319.3060809@egenix.com>
In-reply-to <1268988523.39.0.930486500121.issue8024@psf.upfronthosting.co.za>
Content
Florent Xicluna wrote:
> 
> Florent Xicluna <florent.xicluna@gmail.com> added the comment:
> 
> The bug was a side-effect of the update. Code point "\uAAAA" is now assigned to a printable character:
> 
>   AAAA;TAI VIET LETTER LOW VO;Lo;0;L;;;;;N;;;;;
> 
> And test_bigmem relies on this code point being non-printable.
> I changed it for a char in the Low surrogates range, which is guaranteed not printable. See attached patch.

That's better.

You wrote about '\üaaa' (3 'a's) in your previous post
on the ticket and I didn't understand why that would change with the
patch, since it's basically a SyntaxError which doesn't have anything
to do with the Unicode types or database.

> The regression test suite passes flawlessly.
> 
> I will do further tests before merging back in 3.x

Please also check what happened to all those code points that were
removed by the patch in unicodetype_db.h.

Thanks.
History
Date User Action Args
2010-03-19 09:25:38lemburgsetrecipients: + lemburg, amaury.forgeotdarc, ezio.melotti, flox
2010-03-19 09:25:35lemburglinkissue8024 messages
2010-03-19 09:25:34lemburgcreate