[Python-checkins] python/nondist/sandbox/datetime datetime.py,1.61,1.62

Tim Peters tim_one@email.msn.com
Tue, 19 Nov 2002 22:25:36 -0500


[gvanrossum@users.sourceforge.net]
> ...
> - Implement date.timetuple() and datetime.timetuple() without using
>   the time module.  One caveat: the tm_yday field is currently left
>   zero.  Maybe Tim can show me how to implement it.  This goes into
>   internal method _jday().

It was easier to just implement it <wink>, so I did, but in internal method
_yday().  Unclear whether you really wanted to name that _jday(), and I left
that alone.  I don't think it matters.