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 eb65e46 commit 60b561cCopy full SHA for 60b561c
Doc/library/codecs.rst
@@ -694,8 +694,9 @@ compatible with the Python codec registry.
694
695
.. method:: writelines(list)
696
697
- Writes the concatenated list of strings to the stream (possibly by reusing
698
- 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
699
+ very large iterables are not supported. The standard bytes-to-bytes codecs
700
do not support this method.
701
702
0 commit comments