Message5606
Hi Anthony:
Your patch causes test_dates.py to fail. It returns "in tomorrow" rather
than just "tomorrow" for the interval 1d.
Also intervals "-1d" produces "yesterday ago" but should
return "yesterday".
Also the following intervals fail
ae('00:00:30', 'in a moment')
ae('-00:00:30', 'just now')
with "in in a moment" and "just now ago".
They really aren't periods, more a description of the interval
with respect to now.
Ideas on how to fix this?
Tested using: python run_tests.py test/test_dates.py |
|
Date |
User |
Action |
Args |
2016-06-18 04:14:20 | rouilj | set | messageid: <1466223260.06.0.924938064428.issue2550889@psf.upfronthosting.co.za> |
2016-06-18 04:14:20 | rouilj | set | recipients:
+ rouilj, antmail |
2016-06-18 04:14:20 | rouilj | link | issue2550889 messages |
2016-06-18 04:14:19 | rouilj | create | |
|