mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#15543: reflow paragraphs.
This commit is contained in:
parent
1b00f25bf9
commit
ee0a945ae4
6 changed files with 31 additions and 34 deletions
|
@ -878,9 +878,8 @@ are always available. They are listed here in alphabetical order.
|
|||
single: universal newlines; open() built-in function
|
||||
|
||||
*newline* controls how :term:`universal newlines` mode works (it only
|
||||
applies to text mode).
|
||||
It can be ``None``, ``''``, ``'\n'``, ``'\r'``, and ``'\r\n'``. It
|
||||
works as follows:
|
||||
applies to text mode). It can be ``None``, ``''``, ``'\n'``, ``'\r'``, and
|
||||
``'\r\n'``. It works as follows:
|
||||
|
||||
* When reading input from the stream, if *newline* is ``None``, universal
|
||||
newlines mode is enabled. Lines in the input can end in ``'\n'``,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue