STINNER Victor added the comment: wcstok() is available on other platforms like Linux. You may also define the constant for these platforms, no?
On Linux, it has 3 parameters: wchar_t *wcstok(wchar_t *wcs, const wchar_t *delim, wchar_t **ptr); You should explain that the macro may ignore the third parameter in a comment and maybe use better names for parameters. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20596> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com