wiki: normalize space in source text.
Python 2.7 introduced a backward incompatible change, by which '\v' and '\f' are considered as line separators in unicode strings. This breaks some assumptions we previously made in one test.
Authored by: cboos 2010-06-13
Parent: [r9867]
Child: [r9869]