Fix use of path names in regular expression matches by running them
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 29 Dec 2008 08:09:17 +0000 (08:09 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 29 Dec 2008 08:09:17 +0000 (08:09 +0000)
commitb25299a815af36eb4201e5251919caea59058885
tree16a5362d3bbb9e115d268d07e1673667ea500657
parent72a7240aa9266b5e8e0c9c4e25cb778f281c2ba4
Fix use of path names in regular expression matches by running them
through re.escape() (specifically to avoid problems with embedded "+++"
in temporary directory names on Mac OS X).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3864 fdb21ef1-2011-0410-befe-b5e4ea1792b1
test/Deprecated/Options/PathOption.py
test/Deprecated/Options/help.py