<br><br><div class="gmail_quote">On Thu, Apr 3, 2008 at 5:52 AM, Guido van Rossum &lt;<a href="mailto:guido@python.org">guido@python.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br>
</div></div>I&#39;d like to see this fixed if possible, but I&#39;m not sure how -- the C<br>
level &#39;struct tm&#39; has (year - 1900) in the tm_year member, and I&#39;m not<br>
sure that implementations are required to do anything with negative<br>
values there. We&#39;d have to reimplement all of strftime ourselves. I&#39;m<br>
not against that, but there are higher priorities.<br>
<font color="#888888"></font></blockquote><div><br>Have you considered using the pure python datetime implementation from the pypy project for py3k?<br>It&#39;s even based on your own code :)<br><br></div></div>