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 vstinner
Recipients Jeffrey.Armstrong, serhiy.storchaka, vstinner
Date 2014-02-11.22:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaV6TW+A95zXHrWoWOmn+f+U_0tZWCDXbHv1hRZB5Zgvg@mail.gmail.com>
In-reply-to <1392152004.38.0.830311837609.issue20596@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2014-02-11 22:35:58vstinnersetrecipients: + vstinner, serhiy.storchaka, Jeffrey.Armstrong
2014-02-11 22:35:58vstinnerlinkissue20596 messages
2014-02-11 22:35:58vstinnercreate