
report at bugs
May 16, 2012, 3:48 PM
Post #2 of 3
(36 views)
Permalink
|
|
[issue9548] locale can be imported at startup but relies on too many library modules
[In reply to]
|
|
STINNER Victor <victor.stinner [at] gmail> added the comment: > initializing the standard streams imports Lib/locale.py It looks like only locale.getpreferredencoding() is needed to initialize standard streams. Another option is to add a locale encoding codec. I already proposed the idea in #13619 but it was rejected. ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue9548> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|