##// 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!!

File last commit:

r0:6f629fcc
r1980:e49dd853
Show More
ipython.doc-base
14 lines | 322 B | text/plain | TextLexer
Document: ipython
Title: IPython Manual
Author: Fernando Perez <fperez@colorado.edu>
Abstract: Full documentation on all features of IPython.
Section: devel
Format: pdf
Files: /usr/share/doc/ipython/ipython.pdf
Format: HTML
Index: /usr/share/doc/ipython/manual/index.html
Files: /usr/share/doc/ipython/manual/*.html