﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10988	timeuntil regressiontests fail	George Song	nobody	"The doctests for `timeuntil` had extra spaces at the end, causing the tests to fail:

{{{
E:\blog\django\tests\regressiontests\utils>tests
**********************************************************************
File ""E:\blog\django\tests\regressiontests\utils\tests.py"", line 92, in __main__
.__test__.timesince
Failed example:
    timeuntil(today+oneday, today)
Expected:
    u'1 day'
Got:
    u'1 day'
**********************************************************************
File ""E:\blog\django\tests\regressiontests\utils\tests.py"", line 94, in __main__
.__test__.timesince
Failed example:
    timeuntil(today-oneday, today)
Expected:
    u'0 minutes'
Got:
    u'0 minutes'
**********************************************************************
File ""E:\blog\django\tests\regressiontests\utils\tests.py"", line 96, in __main__
.__test__.timesince
Failed example:
    timeuntil(today+oneweek, today)
Expected:
    u'1 week'
Got:
    u'1 week'
**********************************************************************
1 items had failures:
   3 of  47 in __main__.__test__.timesince
***Test Failed*** 3 failures.
}}}

The patch merely removes the extra spaces from the expected results."		closed	Core (Other)	dev		fixed			Accepted	1	0	0	0	0	0
