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
8efc80a9
Kaydet (Commit)
8efc80a9
authored
Kas 11, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- remove use of a "list" environment (replace with a table)
- fix minor markup nits
üst
5a6601cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
15 deletions
+12
-15
libsys.tex
Doc/lib/libsys.tex
+12
-15
No files found.
Doc/lib/libsys.tex
Dosyayı görüntüle @
8efc80a9
...
...
@@ -269,19 +269,16 @@ It is always available.
a string while all other values are integers.
\var
{
platform
}
may be one of the following values:
\begin{list}
{}{
\leftmargin
0.7in
\labelwidth
0.65in
}
\item
[0 (\constant{VER_PLATFORM_WIN32s})]
Win32s on Windows 3.1.
\item
[1 (\constant{VER_PLATFORM_WIN32_WINDOWS})]
Windows 95/98/ME
\item
[2 (\constant{VER_PLATFORM_WIN32_NT})]
Windows NT/2000/XP
\item
[3 (\constant{VER_PLATFORM_WIN32_CE})]
Windows CE.
\end{list}
This function wraps the Win32
\function
{
GetVersionEx()
}
function;
see the Microsoft Documentation for more information about these
\begin{tableii}
{
l|l
}{
constant
}{
Constant
}{
Platform
}
\lineii
{
VER
_
PLATFORM
_
WIN32s
}
{
Win32s on Windows 3.1
}
\lineii
{
VER
_
PLATFORM
_
WIN32
_
WINDOWS
}{
Windows 95/98/ME
}
\lineii
{
VER
_
PLATFORM
_
WIN32
_
NT
}
{
Windows NT/2000/XP
}
\lineii
{
VER
_
PLATFORM
_
WIN32
_
CE
}
{
Windows CE
}
\end{tableii}
This function wraps the Win32
\cfunction
{
GetVersionEx()
}
function;
see the Microsoft documentation for more information about these
fields.
Availability: Windows.
...
...
@@ -319,7 +316,7 @@ else:
interactive user to import a debugger module and engage in
post-mortem debugging without having to re-execute the command that
caused the error. (Typical use is
\samp
{
import pdb; pdb.pm()
}
to
enter the post-mortem debugger; see chapter
\ref
{
debugger
}
, ``The
enter the post-mortem debugger; see chapter
~
\ref
{
debugger
}
, ``The
Python Debugger,'' for more information.)
The meaning of the variables is the same as that of the return
...
...
@@ -445,7 +442,7 @@ else:
\begin{funcdesc}
{
setprofile
}{
profilefunc
}
Set the system's profile function,
\index
{
profile function
}
which
allows you to implement a Python source code profiler in
Python.
\index
{
profiler
}
See chapter
\ref
{
profile
}
for more
Python.
\index
{
profiler
}
See chapter
~
\ref
{
profile
}
for more
information on the Python profiler. The system's profile function
is called similarly to the system's trace function (see
\function
{
settrace()
}
), but it isn't called for each executed line
...
...
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