Antoine Pitrou <[EMAIL PROTECTED]> added the comment: > Yes; but here, the symbol (HAVE_BROKEN_MBSTOWC) has a negative meaning. > I tried to put the optimistic (=not broken) case first. > However, if this makes the code more difficult to read, I'll change it.
You could change HAVE_BROKEN_MBSTOWC for a positive flag, e.g. HAVE_WORKING_MBSTOWC, and then the #ifdef would be the optimistic case. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3696> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com