<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 17, 2013 at 12:27 PM,  <span dir="ltr"><<a href="mailto:random832@fastmail.us" target="_blank">random832@fastmail.us</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Sep 17, 2013, at 12:19, Brett Cannon wrote:<br>
> You also have the issue that if you port strftime then you lose the pure<br>
> Python port of strptime:<br>
> <a href="http://hg.python.org/cpython/file/default/Lib/_strptime.py" target="_blank">http://hg.python.org/cpython/file/default/Lib/_strptime.py</a><br>
<br>
</div>Why would that make you lose that? I'm not sure I understand.<br></blockquote><div><br></div><div>strptime is implemented using strftime to get the locale information. As you pointed out, getting the locale details is essentially not possible in a cross-platform way unless you use strptime or strftime, so you have to choose which is implemented in Python and relies on the other.</div>

<div> </div></div><br></div></div>