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
4c2533fe
Kaydet (Commit)
4c2533fe
authored
Agu 24, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added sentence "All exceptions must have an executable block."; from
Dan Wolfe <wolfeman@apple.com>.
üst
b68a125d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ref7.tex
Doc/ref/ref7.tex
+2
-1
No files found.
Doc/ref/ref7.tex
Dosyayı görüntüle @
4c2533fe
...
@@ -218,7 +218,8 @@ raised the exception).
...
@@ -218,7 +218,8 @@ raised the exception).
When a matching except clause is found, the exception's parameter is
When a matching except clause is found, the exception's parameter is
assigned to the target specified in that except clause, if present,
assigned to the target specified in that except clause, if present,
and the except clause's suite is executed. When the end of this suite
and the except clause's suite is executed. All except clauses must
have an executable block. When the end of this block
is reached, execution continues normally after the entire try
is reached, execution continues normally after the entire try
statement. (This means that if two nested handlers exist for the same
statement. (This means that if two nested handlers exist for the same
exception, and the exception occurs in the try clause of the inner
exception, and the exception occurs in the try clause of the inner
...
...
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