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
c0c8bb36
Kaydet (Commit)
c0c8bb36
authored
Tem 22, 2005
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF #1204347: typo fix.
üst
ba725896
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
liboptparse.tex
Doc/lib/liboptparse.tex
+2
-2
No files found.
Doc/lib/liboptparse.tex
Dosyayı görüntüle @
c0c8bb36
...
...
@@ -584,7 +584,7 @@ foo 1.0
There are two broad classes of errors that
\module
{
optparse
}
has to worry about:
programmer errors and user errors. Programmer errors are usually
erroneous calls to
\code
{
parse.add
{
\_
}
option
()
}
, e.g. invalid option strings,
erroneous calls to
\code
{
parse
r
.add
{
\_
}
option
()
}
, e.g. invalid option strings,
unknown option attributes, missing option attributes, etc. These are
dealt with in the usual way: raise an exception
(
either
\code
{
optparse.OptionError
}
or
\code
{
TypeError
}
)
and let the program crash.
...
...
@@ -1347,7 +1347,7 @@ parser.add_option("--novice", action="store_const",
To avoid this confusion, use
\method
{
set
{
\_
}
defaults
()
}
:
\begin
{
verbatim
}
parse.set
_
defaults
(
mode
=
"advanced"
)
parse
r
.set
_
defaults
(
mode
=
"advanced"
)
parser.add
_
option
(
"
--
advanced", action
=
"store
_
const",
dest
=
"mode", const
=
"advanced"
)
parser.add
_
option
(
"
--
novice", action
=
"store
_
const",
...
...
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