bookalope / Bookalope

Everything related to Bookalope and its REST API.
http://bookalope.net/
MIT License
14 stars 5 forks source link

Python 2.7 compatibility of bookalope.py #4

Closed zopyx closed 8 years ago

zopyx commented 8 years ago

The Python client is not fully Python 2.7 compatible because of this line:

  return re.fullmatch(r"^[0-9a-f]{32}$", token_s or "") is not None
jenstroeger commented 8 years ago

Fixed in https://github.com/jenstroeger/Bookalope/commit/05f7c276c431ba4bc9883cc753d3f25206972125