[New-bugs-announce] [issue23800] Support POSIX uselocale interface for thread-specific locale settings
Ned Deily
report at bugs.python.org
Sat Mar 28 21:50:31 CET 2015
New submission from Ned Deily:
POSIX 2008 provides a system interface, uselocale, to set locales individually on a thread basis rather than just process global, as currently supported with locale.setlocale(). uselocale is supported in most current GNU libc, BSD, and OS X releases. While there is currently a third-party package available in PyPI, it currently doesn't claim to support Python 3 and it would be good to have uselocale as part of the standard library where available.
http://pubs.opengroup.org/stage7tc1/functions/uselocale.html
https://github.com/wichert/xlocale
----------
components: Library (Lib)
messages: 239467
nosy: lemburg, loewis, ned.deily
priority: normal
severity: normal
status: open
title: Support POSIX uselocale interface for thread-specific locale settings
type: enhancement
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23800>
_______________________________________
More information about the New-bugs-announce
mailing list