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
bee0d467
Kaydet (Commit)
bee0d467
authored
Eki 03, 2005
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct docs for empty raise when no exception is active.
üst
4094d044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ref6.tex
Doc/ref/ref6.tex
+3
-2
No files found.
Doc/ref/ref6.tex
Dosyayı görüntüle @
bee0d467
...
...
@@ -524,8 +524,9 @@ from __future__ import generators
If no expressions are present,
\keyword
{
raise
}
re-raises the last
exception that was active in the current scope. If no exception is
active in the current scope, a
\exception
{
Queue.Empty
}
exception is
raised indicating this error.
active in the current scope, a
\exception
{
TypeError
}
exception is
raised indicating that this is an error (if running under IDLE, a
\exception
{
Queue.Empty
}
exception is raised instead
}
.
\index
{
exception
}
\indexii
{
raising
}{
exception
}
...
...
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