-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Add docstring to io.IOBase.writelines #80704
Comments
Hey, There is a missing function doc in import os
help(io.IOBase.writelines) produces output like:
I'll be happy to provide PR for this issue. Cheers, |
Verified.
>>> import io
>>> io.IOBase.writelines.__doc__
>>> |
terryjreedy
changed the title
missing docs for IOBase writelines
Add docstring to io.IOBase.writelines
Apr 5, 2019
I assume that this can be backported even though it touches .c rather than .rst. |
Hey, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: