Update json.py

This commit is contained in:
max demian 2014-03-15 14:35:21 +01:00
parent 4a9a1cf3ba
commit 63ca6d5238

View file

@ -25,7 +25,7 @@ except ImportError:
from itsdangerous import json as _json
# figure out if simplejson escapes slashes. This behavior was changed
# Figure out if simplejson escapes slashes. This behavior was changed
# from one version to another without reason.
_slash_escape = '\\/' not in _json.dumps('/')