##// END OF EJS Templates
Fixing doctest EXCLUDES in iptest on win32....
Fixing doctest EXCLUDES in iptest on win32. The regular expressions we were using on win32 were not matching. The trick is to construct the regular expression with double \\ like this:: re.compile('foo\\\\bar') Arggg!!
Administrator -
r1980:e49dd853
Show More
Name Size Modified Last Commit Author
/ docs / source
api
attic
config
development
install
interactive
parallel
changes.txt Loading ...
conf.py Loading ...
credits.txt Loading ...
faq.txt Loading ...
history.txt Loading ...
index.txt Loading ...
license_and_copyright.txt Loading ...
overview.txt Loading ...