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 ced
Recipients IzidorMatusov, ced, eric.araujo, jkkm, lemburg, r.david.murray, tshepang
Date 2020-01-23.12:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579782578.66.0.805192281519.issue17659@roundup.psfhosted.org>
In-reply-to
Content
I submitted https://github.com/python/cpython/pull/18142 which implements (based on the initial patch) a function locale.getfirstweekday(). The implementation supports glibc (if _NL_TIME_FIRST_WEEKDAY is defined) and Windows (not yet tested).
I did not keep the nl_langinfo because I do not think it is good to have platform dependent definition.
History
Date User Action Args
2020-01-23 12:29:38cedsetrecipients: + ced, lemburg, eric.araujo, r.david.murray, tshepang, jkkm, IzidorMatusov
2020-01-23 12:29:38cedsetmessageid: <1579782578.66.0.805192281519.issue17659@roundup.psfhosted.org>
2020-01-23 12:29:38cedlinkissue17659 messages
2020-01-23 12:29:38cedcreate