]> git.ipfire.org Git - thirdparty/tornado.git/commit
netutil: Preload the "latin1" codec 1910/head
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 10 Dec 2016 12:34:31 +0000 (07:34 -0500)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 10 Dec 2016 12:34:47 +0000 (07:34 -0500)
commit0efe23ed1725af8017ef6af1f8c3aa31fee6fe55
tree311bc72dbbb1a014e6fb67fcc97f540721a31c2b
parentfb2a9412c5d203ef7f935c7fa2553309e20674a9
netutil: Preload the "latin1" codec

For reasons not yet understood, some Solaris users get intermittent
"LookupError: unknown encoding: latin1", this has been reported to
fix it.

Fixes #584
tornado/netutil.py