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
Python clients might be using methods that get deprecated and removed over time, like:
conf.gpgcheck = True
Even if the gpgcheck attribute is no longer available on the object, Python allows dynamically creating it, so the statement executes without errors - but it doesn’t actually do what's expected.
The text was updated successfully, but these errors were encountered:
Python clients might be using methods that get deprecated and removed over time, like:
Even if the
gpgcheck
attribute is no longer available on the object, Python allows dynamically creating it, so the statement executes without errors - but it doesn’t actually do what's expected.The text was updated successfully, but these errors were encountered: