[issue7981] False failure with doctest NORMALIZE_WHITESPACE in 3.1.1

2010-05-17 Thread trambalda
trambalda added the comment: but with print() it works: print("This text\n contains weird spacing.") # doctest: +NORMALIZE_WHITESPACE -- ___ Python tracker <http://bugs.python.

[issue7981] False failure with doctest NORMALIZE_WHITESPACE in 3.1.1

2010-05-17 Thread trambalda
trambalda added the comment: Same problem in 2.6.4 r264:75708 and 3.1 r31:73574 -- nosy: +trambalda ___ Python tracker <http://bugs.python.org/issue7981> ___ ___