| Issue 16: | incorrect handling of day suffixes | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. cal.parse('February 22nd, 2008')
2. cal.parse('February 21st, 2008')
3. cal.parse('February 23rd, 2008')
What is the expected output? What do you see instead?
Expect correct dates, in 2008. Get the correct dates, in 2007.
Remove the day suffix string and the year is correct.
What version of the product are you using? On what operating system?
osx10.4.8, python2.5, svn-58
Please provide any additional information below.
|
|
,
Feb 20, 2007
wow - thanks for the bug report - I'll look into it and find out if it's an easy one :)
Status: Accepted
Owner: bear42 |
|
,
Feb 22, 2007
That was a fun bug for sure - had to tweak one of the regexes to solve the issue and *not* break the rest of the tests :) Fixed in revision 64
Status: Fixed
|
|
|
|