The Python client currently sends a client_version field in the "bind" message, which is not documented anywhere in the protocols. We should fix that.
The value it currently sends is a tuple (JSON list) with two elements. The first one is "python" (an identifier for the implementation), the second one is the version number.
The Python client currently sends a
client_versionfield in the "bind" message, which is not documented anywhere in the protocols. We should fix that.The value it currently sends is a tuple (JSON list) with two elements. The first one is
"python"(an identifier for the implementation), the second one is the version number.