Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
560bcae0
Kaydet (Commit)
560bcae0
authored
Şub 02, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added posixpath, winsound.
üst
a9b9bf96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
libundoc.tex
Doc/lib/libundoc.tex
+15
-4
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
560bcae0
...
@@ -107,12 +107,19 @@ contains helper code for colorizing Python source code.
...
@@ -107,12 +107,19 @@ contains helper code for colorizing Python source code.
\section
{
Platform specific modules
}
\section
{
Platform specific modules
}
These modules are used to implement the
\refmodule
{
os.path
}
module, and
are not documented beyond this mention.
\begin{description}
\begin{description}
\item
[dospath.py]
--- implementation of
\module
{
os.path
}
on MS-DOS
\item
[ntpath.py]
\item
[ntpath.py]
---
equivalent of posixpath
on 32-bit Windows
---
implementation on
\module
{
os.path
}
on 32-bit Windows
\item
[
dos
path.py]
\item
[
posix
path.py]
---
equivalent of posixpath on MS-DOS
---
implementation on
\module
{
os.path
}
on
\POSIX
{}
\end{description}
\end{description}
...
@@ -276,11 +283,15 @@ The following are SGI specific:
...
@@ -276,11 +283,15 @@ The following are SGI specific:
(obsolete hardware).
(obsolete hardware).
\end{description}
\end{description}
The following
is
Windows specific:
The following
are
Windows specific:
\begin{description}
\begin{description}
\item
[msvcrtmodule.c]
\item
[msvcrtmodule.c]
(in directory
\file
{
PC/
}
) --- define a number of Windows
(in directory
\file
{
PC/
}
) --- define a number of Windows
specific goodies like
\function
{
khbit()
}
,
\function
{
getch()
}
and
specific goodies like
\function
{
khbit()
}
,
\function
{
getch()
}
and
\function
{
setmode()
}
. (Windows 95 and NT only.)
\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}
\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