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
8e079981
Kaydet (Commit)
8e079981
authored
Ara 16, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The \indexsubitem definition for the actual exceptions did not actually
change the \indexsubitem value; fixed.
üst
9d2f7d41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libexcs.tex
Doc/lib/libexcs.tex
+2
-2
libexcs.tex
Doc/libexcs.tex
+2
-2
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
8e079981
...
...
@@ -85,7 +85,7 @@ index used on a mapping or sequence is invalid: \code{IndexError},
\code
{
KeyError
}
.
\end{excdesc}
\renewcommand
{
\indexsubitem
}{
(built-in exception
base class
)
}
\renewcommand
{
\indexsubitem
}{
(built-in exception)
}
The following exceptions are the exceptions that are actually raised.
They are class objects, except when the
\code
{
-X
}
option is used to
...
...
@@ -242,7 +242,7 @@ When class exceptions are used, the instance has an attribute
\code
{
code
}
which is set to the proposed exit status or error message
(defaulting to
\code
{
None
}
).
A call to
\code
{
sys.exit
}
is translated into an exception so that
A call to
\code
{
sys.exit
()
}
is translated into an exception so that
clean-up handlers (
\code
{
finally
}
clauses of
\code
{
try
}
statements)
can be executed, and so that a debugger can execute a script without
running the risk of losing control. The
\code
{
os.
_
exit()
}
function
...
...
Doc/libexcs.tex
Dosyayı görüntüle @
8e079981
...
...
@@ -85,7 +85,7 @@ index used on a mapping or sequence is invalid: \code{IndexError},
\code
{
KeyError
}
.
\end{excdesc}
\renewcommand
{
\indexsubitem
}{
(built-in exception
base class
)
}
\renewcommand
{
\indexsubitem
}{
(built-in exception)
}
The following exceptions are the exceptions that are actually raised.
They are class objects, except when the
\code
{
-X
}
option is used to
...
...
@@ -242,7 +242,7 @@ When class exceptions are used, the instance has an attribute
\code
{
code
}
which is set to the proposed exit status or error message
(defaulting to
\code
{
None
}
).
A call to
\code
{
sys.exit
}
is translated into an exception so that
A call to
\code
{
sys.exit
()
}
is translated into an exception so that
clean-up handlers (
\code
{
finally
}
clauses of
\code
{
try
}
statements)
can be executed, and so that a debugger can execute a script without
running the risk of losing control. The
\code
{
os.
_
exit()
}
function
...
...
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