py-bson / bson

Independent BSON codec for Python that doesn't depend on MongoDB.
Other
443 stars 82 forks source link

Ability to deal with binary keys that are not UTF8 #93

Closed henu closed 5 years ago

henu commented 5 years ago

I'm not sure if this is the proper way to fix it, but at least tests go through and it seems to work.

I also wrote a new test that introduces a simplified version of a case I was having problems with.

Parkayun commented 5 years ago

Thanks! I released 0.5.8 :)