benoitc / benoitc/couchdbkit

SchemaDictProperty forces ascii key

Open
#150 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
263
Forks
90
PR merge metrics
No merged PRs in 30d

Description

https://github.com/benoitc/couchdbkit/commit/038ee178393f13c9a5c45548442d53c41ab16bca

It seems like instead of forcing to a `str` it should do a check such as

`assert isinstance(index, basestring)`

or explicitly converting `int`s if that was the purpose. Alternatively, we could change `str` to `unicode` and call it a day.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.