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 Hammerite
Recipients Hammerite, benjamin.peterson, berker.peksag, ezio.melotti, lemburg, loewis, pitrou, vstinner
Date 2015-03-28.19:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427570731.7.0.312848775596.issue23550@psf.upfronthosting.co.za>
In-reply-to
Content
For good measure, here is a patch that makes all of Berker's suggested stylistic changes, but applies them to the pre-existing code in makeunicodedata.py and unicodedata.c. So all of the existing docstrings are converted from '"...\n\' to '"...\n"' form, and the other property name arrays that were non-static are made static.
History
Date User Action Args
2015-03-28 19:25:32Hammeritesetrecipients: + Hammerite, lemburg, loewis, pitrou, vstinner, benjamin.peterson, ezio.melotti, berker.peksag
2015-03-28 19:25:31Hammeritesetmessageid: <1427570731.7.0.312848775596.issue23550@psf.upfronthosting.co.za>
2015-03-28 19:25:31Hammeritelinkissue23550 messages
2015-03-28 19:25:31Hammeritecreate