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 jkkm
Recipients IzidorMatusov, eric.araujo, jkkm, r.david.murray, tshepang
Date 2013-04-13.19:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365882442.8.0.395879653615.issue17659@psf.upfronthosting.co.za>
In-reply-to
Content
Hacky patch at adding support for querying these values from nl_langinfo, and a new exported function from the locale module to return a guess at the first day of the week appropriate for Calendar.firstdayofweek

After writing this, I think it might be better to implement this as another hash, so keys can be queried and objects directly returned. I'll take a look at that approach soon.

Of course, all this is contingent on having support from libc, and it seems only Linux currently has this, and the *BSDs (and hence OS X via FreeBSD) do not. I'll look into that as well.
History
Date User Action Args
2013-04-13 19:47:22jkkmsetrecipients: + jkkm, eric.araujo, r.david.murray, tshepang, IzidorMatusov
2013-04-13 19:47:22jkkmsetmessageid: <1365882442.8.0.395879653615.issue17659@psf.upfronthosting.co.za>
2013-04-13 19:47:22jkkmlinkissue17659 messages
2013-04-13 19:47:22jkkmcreate