Jubaraj Borgohain <jubarajborgoh...@gmail.com> added the comment:

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)

----------
keywords: +patch
nosy: +jborgohain
Added file: http://bugs.python.org/file14525/issue1436346.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1436346>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to