Cache the result of locale.getpreferredencoding() on startup.
authorAdam Sampson <ats@offog.org>
Wed, 28 Jan 2009 12:20:47 +0000 (12:20 +0000)
committerAdam Sampson <ats@offog.org>
Wed, 28 Jan 2009 12:20:47 +0000 (12:20 +0000)
commit37cd75cc21fa2ac4df87649ca59fb770819ad89f
treedaee44f5096eebd6ea471f343b82a381bd5fb5d8
parentfefd462bf05b07e0a73295416fd846d3b463f33f
Cache the result of locale.getpreferredencoding() on startup.

Profiler output suggests this is quite expensive, and we were calling it
a lot because it's used by safe_ftime.
NEWS
rawdoglib/rawdog.py