This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jborgohain
Recipients jborgohain, mwtoews
Date 2009-07-20.01:46:51
SpamBayes Score 0.00016923784
Marked as misclassified No
Message-id <1248054415.26.0.861402608351.issue1436346@psf.upfronthosting.co.za>
In-reply-to
Content
I have completed the following two new features for the datetime module
(the changes are attached as a patch):
a. Added a method yday()
b. Added date.fromyday(year,yday), which returns a date object.
The other features requested are already available.
The tests for these two new features have also been added to
test_datetimemodule.py.
The patch has been only tested on trunk.(Python 2.7)
History
Date User Action Args
2009-07-20 01:46:56jborgohainsetrecipients: + jborgohain, mwtoews
2009-07-20 01:46:55jborgohainsetmessageid: <1248054415.26.0.861402608351.issue1436346@psf.upfronthosting.co.za>
2009-07-20 01:46:54jborgohainlinkissue1436346 messages
2009-07-20 01:46:53jborgohaincreate