<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 7, 2014 at 4:17 AM, Wolfgang Maier <span dir="ltr"><<a href="mailto:wolfgang.maier@biologie.uni-freiburg.de" target="_blank">wolfgang.maier@biologie.uni-freiburg.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><br></div><div class="">
Since parsing will be done in C, it's cost can be made negligible. In<br>
implementations other than CPython, YMMV.<br>
<br>
</div></blockquote>
<br>
Why would parsing occur in C ? The datetime module is implemented in pure Python.</blockquote></div><br>No. In CPython, datetime module is implemented in C.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
<a href="http://hg.python.org/cpython/file/default/Modules/_datetimemodule.c">http://hg.python.org/cpython/file/default/Modules/_datetimemodule.c</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br>
</div></div>