|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/comments.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/logical.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 2.1.3 Comments Up: 2.1 Line structure Previous: 2.1.1 Logical lines
2.1.2 Physical lines
A physical line ends in whatever the current platform's convention is for terminating lines. On Unix, this is the ASCII LF (linefeed) character. On DOS/Windows, it is the ASCII sequence CR LF (return followed by linefeed). On Macintosh, it is the ASCII CR (return) character.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/comments.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/logical.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 2.1.3 Comments Up: 2.1 Line structure Previous: 2.1.1 Logical lines
Send comments on this document to python-docs@python.org.