News

I'm experiencing issues with Unicode normalization in Python 3.10. When handling Unicode strings that contain combining characters or other characters that should be normalized, the normalization ...
PYTHON-3546 bson.CodecOptions docs missing unicode_decode_error_handler=ignore option in newer documentation #1131 ...
Do keep in mind, however, that since Python 3, Unicode and 8-bit strings have been replaced with text and binary data. Additionally, Python 3 no longer allows u’…’ literals for Unicode text, as all ...