mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
f4d078c8be
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 |