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
c457ca7e
Kaydet (Commit)
c457ca7e
authored
Tem 23, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix up Barry's markup, which didn't pass the latex test. ;-)
üst
da00c878
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
libexcs.tex
Doc/lib/libexcs.tex
+7
-8
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
c457ca7e
...
...
@@ -13,9 +13,9 @@ exceptions is present in the standard library module
For backward compatibility, when Python is invoked with the
\code
{
-X
}
option, most of the standard exceptions are strings
\footnote
{
For
forward-compatibility the new exceptions
\
code
{
LookupError
}
,
\
code
{
ArithmeticError
}
,
\code
{
EnvironmentError
}
, and
\
code
{
StandardError
}
are tuples.
}
. This option may be used to
forward-compatibility the new exceptions
\
exception
{
LookupError
}
,
\
exception
{
ArithmeticError
}
,
\exception
{
EnvironmentError
}
, and
\
exception
{
StandardError
}
are tuples.
}
. This option may be used to
run code that breaks because of the different semantics of class based
exceptions. The
\code
{
-X
}
option will become obsolete in future
Python versions, so the recommended solution is to fix the code.
...
...
@@ -72,7 +72,7 @@ classes) returns the string value of the argument or arguments, or an
empty string if no arguments were given to the constructor. When used
as a sequence, this accesses the arguments given to the constructor
(handy for backward compatibility with old code). The arguments are
also available on the instance's
\
code
{
args
}
attribute, as a tuple.
also available on the instance's
\
member
{
args
}
attribute, as a tuple.
\end{excdesc}
\begin{excdesc}
{
StandardError
}
...
...
@@ -153,7 +153,6 @@ symbol is defined in the \file{config.h} file.
\begin{excdesc}
{
IOError
}
% XXXJH xrefs here
<<<<<<< libexcs.tex
Raised when an I/O operation (such as a
\keyword
{
print
}
statement, the
built-in
\function
{
open()
}
function or a method of a file object) fails
for an I/O-related reason, e.g., ``file not found'' or ``disk full''.
...
...
@@ -211,9 +210,9 @@ above for more information on exception instance attributes.
\begin{excdesc}
{
OSError
}
%xref for os module
This class is derived from
\
begi
n{EnvironmentError}
and is used
primarily as the by the
\
cod
e
{
os
}
module's
\code
{
os.error
}
exception. See
the
\begi
n{EnvironmentError}
above for a description
This class is derived from
\
exceptio
n
{
EnvironmentError
}
and is used
primarily as the by the
\
modul
e
{
os
}
module's
\code
{
os.error
}
exception. See
\exceptio
n
{
EnvironmentError
}
above for a description
of the possible associated values.
\end{excdesc}
...
...
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