[Python-checkins] r61739 - in python/trunk/Doc:howto/functional.rst library/decimal.rst
Raymond Hettinger
python at rcn.com
Sat Mar 22 13:11:23 CET 2008
> - >>> sorted(data)
> + >>> sorted(data) # doctest: +NORMALIZE_WHITESPACE
Will doctest instructions like NORMALIZE_WHITESPACE show-up in the rendered version of the docs?
If the answer is yes, is there someway to suppress them. Those docstring meta-instructions would reduce the readability of the
decimal docs which already have a high information density.
Raymond
More information about the Python-checkins
mailing list