Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d2d94 commit a8c87a2Copy full SHA for a8c87a2
1 file changed
Doc/library/codecs.rst
@@ -697,8 +697,9 @@ compatible with the Python codec registry.
697
698
.. method:: writelines(list)
699
700
- Writes the concatenated list of strings to the stream (possibly by reusing
701
- the :meth:`write` method). The standard bytes-to-bytes codecs
+ Writes the concatenated iterable of strings to the stream (possibly by reusing
+ the :meth:`write` method). Infinite or
702
+ very large iterables are not supported. The standard bytes-to-bytes codecs
703
do not support this method.
704
705
0 commit comments