Message96914
Since 2.4 doctest converts all tabs to 8-space sequences in test source.
It should do the same with output it receives for comparison. Right now
there is no way to write a correct doctest if the output includes tab
character. See attached doctabtest.py
This change would be backwards compatible, because all tests with tabs are
either fail or run with doctest.NORMALIZE_WHITESPACE flag, which is
usually inappropriate for doctest cases that involve tab formatting. |
|
| Date |
User |
Action |
Args |
| 2009-12-27 16:50:33 | techtonik | set | recipients:
+ techtonik |
| 2009-12-27 16:50:32 | techtonik | set | messageid: <[email protected]> |
| 2009-12-27 16:50:30 | techtonik | link | issue7583 messages |
| 2009-12-27 16:50:29 | techtonik | create | |
|