ilyesdata / parsedatetime

Automatically exported from code.google.com/p/parsedatetime
Apache License 2.0
0 stars 0 forks source link

evalRanges #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Certain inputs to calendar.evalRanges() return None.
For example:
cal.evalRanges('Lunch 11:00-12:00')

What is the expected output? What do you see instead?
The expected output should be along the lines of (sourceTime, sourceTime, 0)
The actual output is None.

What version of the product are you using? On what operating system?
parsedatetime-0.8.6, Python 2.5 on OS X 
(comes with Chandler)

Original issue reported on code.google.com by blob8...@gmail.com on 8 Jun 2011 at 10:05