appengine-python-standard
appengine-python-standard copied to clipboard
don't convert (unindexed) ascii str to bytes in GenericProperty
Fixes #99 (but only for non-indexed properties), while keeping the same behavior as before if the value was passed as a bytes object or if the property is indexed
- [x ] Tests pass
- [ ] Appropriate changes to README are included in PR