This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients techtonik
Date 2009-12-27.16:50:28
SpamBayes Score 2.482558e-07
Marked as misclassified No
Message-id <1261932632.12.0.972907709846.issue7583@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-27 16:50:33techtoniksetrecipients: + techtonik
2009-12-27 16:50:32techtoniksetmessageid: <1261932632.12.0.972907709846.issue7583@psf.upfronthosting.co.za>
2009-12-27 16:50:30techtoniklinkissue7583 messages
2009-12-27 16:50:29techtonikcreate