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 skrah
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, skrah, vstinner
Date 2015-02-28.14:00:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425132060.1.0.00356255418576.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
> I wouldn't know if they're reported to the same bug tracker...it's possible they aren't.

Well, why don't you try? :)


> Additionally it's possible that the lack of locale support in libc isn't considered a bug.

Their "struct lconv" violates both the C standard and POSIX. It is
100% a bug.  Lack of locale support would be defensible, shipping
a broken localeconv() isn't.

I'm just furious that 20+ OSS projects go out of their way to work
around this trivial bug.  It's a waste of resources.
History
Date User Action Args
2015-02-28 14:01:00skrahsetrecipients: + skrah, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64, chaselton
2015-02-28 14:01:00skrahsetmessageid: <1425132060.1.0.00356255418576.issue23496@psf.upfronthosting.co.za>
2015-02-28 14:01:00skrahlinkissue23496 messages
2015-02-28 14:00:59skrahcreate