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
b2794c84
Kaydet (Commit)
b2794c84
authored
Ock 01, 2012
tarafından
Sandro Tosi
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte
üst
43911737
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
simple_stmts.rst
Doc/reference/simple_stmts.rst
+2
-2
No files found.
Doc/reference/simple_stmts.rst
Dosyayı görüntüle @
b2794c84
...
...
@@ -495,8 +495,8 @@ The :keyword:`raise` statement
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
:
exc
:`
TypeError
`
exception
is
raised
indicating
that
this
is
an
error
(
if
running
under
IDLE
,
a
:
exc
:`
queue
.
Empty
`
exception
is
raised
instead
)
.
scope
,
a
:
exc
:`
RuntimeError
`
exception
is
raised
indicating
that
this
is
an
error
.
Otherwise
,
:
keyword
:`
raise
`
evaluates
the
first
expression
as
the
exception
object
.
It
must
be
either
a
subclass
or
an
instance
of
:
class
:`
BaseException
`.
...
...
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