Skip to content

Conversation

@DanielDerefaka
Copy link

Summary

  • Updated the Session class verify attribute docstring to note that it also supports a string value for a CA bundle path
  • This makes the docstring consistent with the request() method documentation

Fixes #6859

Contribution by Gittensor, see my contribution statistics at https://gittensor.io/miners/details?githubId=101010297

The Session class docstring for the verify attribute only mentioned
that it accepts a boolean. However, it also supports a string value
representing a path to a CA bundle for custom certificate verification,
which is consistent with the documentation for the request() method.

Fixes psf#6859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Session docstring for verify attribute should note that it supports a string value.

1 participant