This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marcin Niemira
Recipients Marcin Niemira, docs@python
Date 2019-04-04.08:03:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554365037.57.0.454839708261.issue36523@roundup.psfhosted.org>
In-reply-to
Content
Hey,

There is a missing function doc in `io.IOBase`

```python
import os
help(io.IOBase.writelines)
```

produces output like:
```
Help on method_descriptor:

writelines(self, lines, /)
```

I'll be happy to provide PR for this issue.

Cheers,
Marcin
History
Date User Action Args
2019-04-04 08:03:57Marcin Niemirasetrecipients: + Marcin Niemira, docs@python
2019-04-04 08:03:57Marcin Niemirasetmessageid: <1554365037.57.0.454839708261.issue36523@roundup.psfhosted.org>
2019-04-04 08:03:57Marcin Niemiralinkissue36523 messages
2019-04-04 08:03:57Marcin Niemiracreate