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 serhiy.storchaka
Recipients amaury.forgeotdarc, ethan.furman, ezio.melotti, lemburg, ncoghlan, python-dev, serhiy.storchaka, steven.daprano, vstinner
Date 2014-11-25.12:29:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416918575.52.0.428473447449.issue19676@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you all for reviews.

> One nit: the name buffer length should be NAME_MAXLEN instead of 100.

NAME_MAXLEN is private name available only in Modules/unicodedata.c. Making it public name would be other issue. I have increased buffer size to 256.
History
Date User Action Args
2014-11-25 12:29:35serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, amaury.forgeotdarc, ncoghlan, vstinner, ezio.melotti, steven.daprano, ethan.furman, python-dev
2014-11-25 12:29:35serhiy.storchakasetmessageid: <1416918575.52.0.428473447449.issue19676@psf.upfronthosting.co.za>
2014-11-25 12:29:35serhiy.storchakalinkissue19676 messages
2014-11-25 12:29:35serhiy.storchakacreate