-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-43225: [DOC] Add missing value returned by methods on cookiejar #24522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Documentation say that return something but don't specific with what value is return, and that can be confuse. This patch add that information.
Re open to know if the tests pass |
This PR is stale because it has been open for 30 days with no activity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!, - this is a good change that makes return value much clearer. Requesting a small change because 'whether' would not be gramatically correct to leave in with this change.
Co-authored-by: andrei kulakov <[email protected]>
Co-authored-by: andrei kulakov <[email protected]>
Thanks @akulakov |
…ythonGH-24522) * Add missing value returned by methods on cookiejar Documentation say that return something but don't specific with what value is return, and that can be confuse. This patch add that information. * Update Doc/library/http.cookiejar.rst Co-authored-by: andrei kulakov <[email protected]> * Update Doc/library/http.cookiejar.rst Co-authored-by: andrei kulakov <[email protected]> Co-authored-by: andrei kulakov <[email protected]>
Documentation say that return something but don't specific with what
value is return, and that can be confuse. This patch add that information.
https://bugs.python.org/issue43225