Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: Flags not at the start of the expression #930

Closed
dimaqq opened this issue Jan 22, 2017 · 1 comment
Closed

DeprecationWarning: Flags not at the start of the expression #930

dimaqq opened this issue Jan 22, 2017 · 1 comment

Comments

@dimaqq
Copy link

dimaqq commented Jan 22, 2017

I get this in Python 3.6 with current pypi bottle version

Bottle v0.12.13 server starting up (using WSGIRefServer())...
Listening on https://localhost:8080/
Hit Ctrl-C to quit.

/Users/dima/.pyenv/versions/3.6.0/lib/python3.6/re.py:301: DeprecationWarning: Flags not at the start of the expression ((?m)[urbURB]?(?:''( (truncated)
  p = sre_compile.compile(pattern, flags)
/Users/dima/.pyenv/versions/3.6.0/lib/python3.6/sre_parse.py:763: DeprecationWarning: Flags not at the start of the expression \{\{((?:((?m)[urbURB (truncated)
  p = _parse_sub(source, state, sub_verbose)
@dimaqq
Copy link
Author

dimaqq commented Jan 22, 2017

Wow that was fast! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant