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
c8fd1bc4
Kaydet (Commit)
c8fd1bc4
authored
Eyl 16, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo.
üst
c237f8e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
errors.rst
Doc/tutorial/errors.rst
+1
-1
No files found.
Doc/tutorial/errors.rst
Dosyayı görüntüle @
c8fd1bc4
...
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
...
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
As you can see, the :keyword:`finally` clause is executed in any event. The
As you can see, the :keyword:`finally` clause is executed in any event. The
:exc:`TypeError` raised by dividing two strings is not handled by the
:exc:`TypeError` raised by dividing two strings is not handled by the
:keyword:`except` clause and therefore re-raised after the :keyword:`finally`
:keyword:`except` clause and therefore re-raised after the :keyword:`finally`
clause
s
has been executed.
clause has been executed.
In real world applications, the :keyword:`finally` clause is useful for
In real world applications, the :keyword:`finally` clause is useful for
releasing external resources (such as files or network connections), regardless
releasing external resources (such as files or network connections), regardless
...
...
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