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
3096c53e
Kaydet (Commit)
3096c53e
authored
Mar 02, 2006
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix latex typos as spotted by George Yoshida.
üst
03e5bc02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libexcs.tex
Doc/lib/libexcs.tex
+3
-1
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
3096c53e
...
@@ -82,6 +82,7 @@ instance. All arguments are also stored in \member{args} as a tuple, but it wil
...
@@ -82,6 +82,7 @@ instance. All arguments are also stored in \member{args} as a tuple, but it wil
eventually be deprecated and thus its use is discouraged.
eventually be deprecated and thus its use is discouraged.
\versionchanged
[Changed to inherit from \exception{BaseException}]
{
2.5
}
\versionchanged
[Changed to inherit from \exception{BaseException}]
{
2.5
}
\versionadded
{
2.5
}
\versionadded
{
2.5
}
\end{excdesc}
\begin{excdesc}
{
Exception
}
\begin{excdesc}
{
Exception
}
All built-in, non-system-exiting exceptions are derived
All built-in, non-system-exiting exceptions are derived
...
@@ -168,11 +169,12 @@ Raised when an \keyword{assert} statement fails.
...
@@ -168,11 +169,12 @@ Raised when an \keyword{assert} statement fails.
\file
{
pyconfig.h
}
file.
\file
{
pyconfig.h
}
file.
\end{excdesc}
\end{excdesc}
\begin{excdes
v
}
{
GeneratorExit
}
\begin{excdes
c
}
{
GeneratorExit
}
Raise when a generator's
\method
{
close()
}
method is called.
Raise when a generator's
\method
{
close()
}
method is called.
It directly inherits from
\exception
{
Exception
}
instead of
It directly inherits from
\exception
{
Exception
}
instead of
\exception
{
StandardError
}
since it is technically not an error.
\exception
{
StandardError
}
since it is technically not an error.
\versionadded
{
2.5
}
\versionadded
{
2.5
}
\end{excdesc}
\begin{excdesc}
{
IOError
}
\begin{excdesc}
{
IOError
}
% XXXJH xrefs here
% XXXJH xrefs here
...
...
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