Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b6cdc1c0
Commit
b6cdc1c0
authored
Oct 20, 2014
by
Jesus Cea
Browse files
Options
Browse Files
Download
Plain Diff
MERGE: Docs: 'os.pwrite()' needs bytes, not strings
parents
35c78ba7
67503c5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/os.rst
Doc/library/os.rst
+3
-3
No files found.
Doc/library/os.rst
View file @
b6cdc1c0
...
@@ -1056,10 +1056,10 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
...
@@ -1056,10 +1056,10 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
.. versionadded:: 3.3
.. versionadded:: 3.3
.. function:: pwrite(fd, str
ing
, offset)
.. function:: pwrite(fd, str, offset)
Write *
string* to a file descriptor, *fd*, from *offset*, leaving the file
Write *
bytestring* to a file descriptor, *fd*, from *offset*,
offset unchanged.
leaving the file
offset unchanged.
Availability: Unix.
Availability: Unix.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment