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
560bcae0
Commit
560bcae0
authored
Feb 02, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added posixpath, winsound.
parent
a9b9bf96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+15
-4
No files found.
Doc/lib/libundoc.tex
View file @
560bcae0
...
...
@@ -107,12 +107,19 @@ contains helper code for colorizing Python source code.
\section
{
Platform specific modules
}
These modules are used to implement the
\refmodule
{
os.path
}
module, and
are not documented beyond this mention.
\begin{description}
\item
[dospath.py]
--- implementation of
\module
{
os.path
}
on MS-DOS
\item
[ntpath.py]
---
equivalent of posixpath
on 32-bit Windows
---
implementation on
\module
{
os.path
}
on 32-bit Windows
\item
[
dos
path.py]
---
equivalent of posixpath on MS-DOS
\item
[
posix
path.py]
---
implementation on
\module
{
os.path
}
on
\POSIX
{}
\end{description}
...
...
@@ -276,11 +283,15 @@ The following are SGI specific:
(obsolete hardware).
\end{description}
The following
is
Windows specific:
The following
are
Windows specific:
\begin{description}
\item
[msvcrtmodule.c]
(in directory
\file
{
PC/
}
) --- define a number of Windows
specific goodies like
\function
{
khbit()
}
,
\function
{
getch()
}
and
\function
{
setmode()
}
. (Windows 95 and NT only.)
\item
[winsound.c]
--- Define
\function
{
play()
}
and
\function
{
stop()
}
operations for
controlling audio playback on Windows.
\end{description}
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