(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/logical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/comments.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/genindex.html| ]]
|
Previous: 2.1.1 Logical lines Up: 2.1 Line structure Next: 2.1.3 Comments
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/20/ref/logical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/comments.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/genindex.html| ]]
|
Previous: 2.1.1 Logical lines Up: 2.1 Line structure Next: 2.1.3 Comments
See About this document... for information on suggesting changes.