Tom Christiansen <[email protected]> added the comment: Antoine Pitrou <[email protected]> wrote on Tue, 16 Aug 2011 09:18:46 -0000:
>> I think the 4 macros: >> #define _Py_UNICODE_ISSURROGATE >> #define _Py_UNICODE_ISHIGHSURROGATE >> #define _Py_UNICODE_ISLOWSURROGATE >> #define _Py_UNICODE_JOIN_SURROGATES >> are quite straightforward and can avoid using the trailing _. > I don't want to bikeshed, but can we have proper consistent word separation? > _Py_UNICODE_IS_HIGH_SURROGATE, not _Py_UNICODE_ISHIGHSURROGATE > (etc.) Oh good, I thought it was only me whohadtroublereadingthose. :) --tom ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10542> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
