$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54863 - sandbox-branches/bhy/py3k/libs/python/test
From: divinekid_at_[hidden]
Date: 2009-07-10 12:47:52
Author: bhy
Date: 2009-07-10 12:47:51 EDT (Fri, 10 Jul 2009)
New Revision: 54863
URL: http://svn.boost.org/trac/boost/changeset/54863
Log:
fix str test case
Text files modified: 
   sandbox-branches/bhy/py3k/libs/python/test/str.py |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/bhy/py3k/libs/python/test/str.py
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/test/str.py	(original)
+++ sandbox-branches/bhy/py3k/libs/python/test/str.py	2009-07-10 12:47:51 EDT (Fri, 10 Jul 2009)
@@ -7,7 +7,7 @@
 ...     for x in args: print x,
 ...     print
 ...
->>> work_with_string(printer)
+>>> work_with_string(printer) #doctest: +NORMALIZE_WHITESPACE
 ['this', 'is', 'a', 'demo', 'string']
 ['this', 'is', 'a', 'demo string']
 this<->is<->a<->demo<->string