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
59d8b73c
Commit
59d8b73c
authored
Feb 01, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all references to posixpath; only refer to os.path.
Formalize the xstat() documentation.
parent
2e9e0dfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
20 deletions
+17
-20
Doc/mac/libmac.tex
Doc/mac/libmac.tex
+17
-20
No files found.
Doc/mac/libmac.tex
View file @
59d8b73c
...
...
@@ -40,18 +40,15 @@ The following modules are documented here:
\section
{
\module
{
mac
}
---
Similar interfaces to the
\module
{
posix
}
module.
}
Implementations for the
\module
{
os
}
module
}
\declaremodule
{
builtin
}{
mac
}
\modulesynopsis
{
Similar interfaces to the
\module
{
posix
}
module.
}
\modulesynopsis
{
Implementations for the
\module
{
os
}
module.
}
This module provides a subset of the operating system dependent
functionality provided by the optional built-in module
\module
{
posix
}
.
It is best accessed through the more portable standard module
\module
{
os
}
.
\refbimodindex
{
posix
}
\refstmodindex
{
os
}
This module implements the operating system dependent functionality
provided by the standard module
\module
{
os
}
\refstmodindex
{
os
}
. It is
best accessed through the
\module
{
os
}
module.
The following functions are available in this module:
\function
{
chdir()
}
,
...
...
@@ -74,25 +71,25 @@ as well as the exception \exception{error}. Note that the times
returned by
\function
{
stat()
}
are floating-point values, like all time
values in MacPython.
One additional function is available:
\function
{
xstat()
}
. This function
returns the same information as
\function
{
stat()
}
, but with three extra
values appended: the size of the resource fork of the file and its
4-character creator and type.
One additional function is available:
\begin{funcdesc}
{
xstat
}{
path
}
This function returns the same information as
\function
{
stat()
}
, but
with three additional values appended: the size of the resource fork
of the file and its 4-character creator and type.
\end{funcdesc}
\section
{
\module
{
macpath
}
---
MacOS path manipulation functions
.
}
MacOS path manipulation functions
}
\declaremodule
{
standard
}{
macpath
}
\modulesynopsis
{
MacOS path manipulation functions.
}
This module provides a subset of the pathname manipulation functions
available from the optional standard module
\module
{
posixpath
}
. It is
best accessed through the more portable standard module
\module
{
os
}
, as
\code
{
os.path
}
.
\refstmodindex
{
posixpath
}
\refstmodindex
{
os
}
This module is the Macintosh implementation of the
\module
{
os.path
}
module. It is most portably accessed as
\module
{
os.path
}
.
\refstmodindex
{
os.path
}
The following functions are available in this module:
\function
{
normcase()
}
,
...
...
@@ -104,5 +101,5 @@ The following functions are available in this module:
\function
{
isfile()
}
,
\function
{
walk()
}
,
\function
{
exists()
}
.
For other functions available in
\module
{
posix
path
}
dummy counterparts
For other functions available in
\module
{
os.
path
}
dummy counterparts
are available.
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