mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
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!! |
||
---|---|---|
IPython/testing | ||
setup.py | ||
setupbase.py |