Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Also mention values
  • Loading branch information
erlend-aasland committed Aug 17, 2023
commit 7fa4d3ad27a62296eff7d44e60b46afe998f1bec
2 changes: 2 additions & 0 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,8 @@ as internal buffering of data.
:const:`SEEK_END`
Adjust the file position relative to the end of the file.

Their values are 0, 1, and 2, respectively.
Comment thread
AA-Turner marked this conversation as resolved.


.. data:: SEEK_HOLE
SEEK_DATA
Expand Down