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
6d26f4b1
Kaydet (Commit)
6d26f4b1
authored
Ara 01, 1998
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved NotImplementedError into alphabetical order, and reword
description.
üst
1e151322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
libexcs.tex
Doc/lib/libexcs.tex
+7
-9
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
6d26f4b1
...
@@ -213,6 +213,13 @@ Raised when an \keyword{assert} statement fails.
...
@@ -213,6 +213,13 @@ Raised when an \keyword{assert} statement fails.
not be found.
not be found.
\end{excdesc}
\end{excdesc}
\begin{excdesc}
{
NotImplementedError
}
\versionadded
{
1.5.2
}
This exception is derived from
\exception
{
RuntimeError
}
. In user
defined base classes, abstract methods should raise this exception
when they require derived classes to override the method.
\end{excdesc}
\begin{excdesc}
{
OSError
}
\begin{excdesc}
{
OSError
}
\versionadded
{
1.5.2
}
\versionadded
{
1.5.2
}
%xref for os module
%xref for os module
...
@@ -241,15 +248,6 @@ Raised when an \keyword{assert} statement fails.
...
@@ -241,15 +248,6 @@ Raised when an \keyword{assert} statement fails.
more.)
more.)
\end{excdesc}
\end{excdesc}
\begin{excdesc}
{
NotImplementedError
}
\versionadded
{
1.5.2
}
This exception is derived from
\exception
{
RuntimeError
}
. Its
purpose is to provide a standard exception to be used when modeling
abstract class methods. Abstract base class methods should raise
this exception when they expect derived classes to override the
method.
\end{excdesc}
\begin{excdesc}
{
SyntaxError
}
\begin{excdesc}
{
SyntaxError
}
% XXXJH xref to these functions?
% XXXJH xref to these functions?
Raised when the parser encounters a syntax error. This may occur in
Raised when the parser encounters a syntax error. This may occur in
...
...
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