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