Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dateutil | New | Undecided | Unassigned |
Given the following snippet of python code:
------------------
from datetime import datetime
from dateutil import rrule
rrset = rrule.rruleset()
rrset.rrule( rrule.rrulestr( 'FREQ=WEEKLY;
expand = list(rrset)
------------------
the rrset expansion will result in ValueError: year is out of range
Changing the rule to 'FREQ=WEEKLY;
Henk Stubbe (b-ubuftu-m) wrote: | #1 |
Bug watches keep track of this bug in other bug trackers.