pycontribs / django-alexa

Amazon Alexa Skills Kit integration for Django -- ARCHIVED contact @ssbarnea if you can resurrect it.
https://github.com/pycontribs/django-alexa/issues/37
MIT License
69 stars 51 forks source link

Move from `len` to `sys.getsizeof` #24

Closed cwallenpoole closed 7 years ago

cwallenpoole commented 7 years ago

Validation checked for length and inadvertently added a check against the encoding of the output. I noticed this when I had output which included an unescaped mdash.

This commit will change this to look at the size of the variable and not force any form of encoding.