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
2bd0d883
Kaydet (Commit)
2bd0d883
authored
Nis 11, 2001
tarafından
Moshe Zadka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixing bug 405999 -- clarifying differences between Python's
getopt and GNU getopt -- Python is like classical UNIX getopt.
üst
5d6e402e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
libgetopt.tex
Doc/lib/libgetopt.tex
+4
-0
No files found.
Doc/lib/libgetopt.tex
Dosyayı görüntüle @
2bd0d883
...
...
@@ -25,6 +25,10 @@ recognize, with options that require an argument followed by a colon
(
\character
{
:
}
; i.e., the same format that
\UNIX
{}
\cfunction
{
getopt()
}
uses).
\strong
{
Note:
}
Unlike GNU
\cfunction
{
getopt()
}
, after a non-option
argument, all further arguments are considered also non-options.
This is similar to the way non-GNU
\UNIX
{}
systems work.
\var
{
long
_
options
}
, if specified, must be a list of strings with the
names of the long options which should be supported. The leading
\code
{
'-
}
\code
{
-'
}
characters should not be included in the option
...
...
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