mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
7607bb6a5b
Python < 2.6.5 doesn't accept unicode keys in f(**kwargs), and base_project_url will always be unicode, which will in turn make the patterns unicode, and ultimately result in unicode keys in kwargs to handler._execute(**kwargs) in tornado. This enforces that base_project_url be ascii in that situation. Note that the URLs these patterns check against are escaped, and thus guaranteed to be ASCII: 'héllo' is really 'h%C3%A9llo'. If you actually use u'héllo' in your regex, it will not match the URLs you think it should. |
||
---|---|---|
docs | ||
IPython | ||
.gitignore | ||
.mailmap | ||
setup.py | ||
setupbase.py |