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
b382337e
Commit
b382337e
authored
Jul 10, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup.
parent
61c061a8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
Doc/library/os.path.rst
Doc/library/os.path.rst
+2
-1
Doc/library/os.rst
Doc/library/os.rst
+6
-3
No files found.
Doc/library/os.path.rst
View file @
b382337e
...
...
@@ -241,7 +241,8 @@ applications should use string objects to access all files.
Availability: Windows, Unix.
.. versionchanged:: 3.2 Added Windows support
.. versionchanged:: 3.2
Added Windows support.
.. function:: sameopenfile(fp1, fp2)
...
...
Doc/library/os.rst
View file @
b382337e
...
...
@@ -1066,7 +1066,8 @@ Files and Directories
Like :func:`stat`, but do not follow symbolic links. This is an alias for
:func:`stat` on platforms that do not support symbolic links.
.. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
.. versionchanged:: 3.2
Added support for Windows 6.0 (Vista) symbolic links.
.. function:: mkfifo(path[, mode])
...
...
@@ -1184,7 +1185,8 @@ Files and Directories
Availability: Unix, Windows
.. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
.. versionchanged:: 3.2
Added support for Windows 6.0 (Vista) symbolic links.
.. function:: remove(path)
...
...
@@ -1365,7 +1367,8 @@ Files and Directories
Availability: Unix, Windows
.. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
.. versionchanged:: 3.2
Added support for Windows 6.0 (Vista) symbolic links.
.. function:: unlink(path)
...
...
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