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
ee113f08
Kaydet (Commit)
ee113f08
authored
Agu 28, 2002
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add warning about exception messages
üst
9240be2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
ref4.tex
Doc/ref/ref4.tex
+7
-0
No files found.
Doc/ref/ref4.tex
Dosyayı görüntüle @
ee113f08
...
@@ -197,5 +197,12 @@ selection of an exception handler, but is passed to the selected
...
@@ -197,5 +197,12 @@ selection of an exception handler, but is passed to the selected
exception handler as additional information. For class exceptions,
exception handler as additional information. For class exceptions,
this object must be an instance of the exception class being raised.
this object must be an instance of the exception class being raised.
\begin{notice}
[warning]
Messages to exceptions are not part of the Python API. Their contents may
change from one version of Python to the next without warning and should not
be relied on by code which will run under multiple versions of the
interpreter.
\end{notice}
See also the description of the
\keyword
{
try
}
statement in section
See also the description of the
\keyword
{
try
}
statement in section
\ref
{
try
}
and
\keyword
{
raise
}
statement in section
\ref
{
raise
}
.
\ref
{
try
}
and
\keyword
{
raise
}
statement in section
\ref
{
raise
}
.
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