On this docs page
https://pymongo.readthedocs.io/en/stable/api/pymongo/index.html
, a chunk of text appears under pymongo.version, as if it's intended to describe the version, but the text makes no sense in the context of the version constant because it talks about creating new string objects.
There appears to be no way to attach a screenshot anymore in this Jira, so just using formatted text. This is the text I'm referring to.
pymongo.version = '4.3.3' str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str Create a new string object from the given object. If encoding or errors...
- is caused by
-
PYTHON-1889 Single-source the version tuple/string
- Closed