You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: