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
565ea5ae
Kaydet (Commit)
565ea5ae
authored
Eki 02, 2004
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug#1038917 fix typos (Contributed by George Yoshida.)
üst
880430e2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
libgetopt.tex
Doc/lib/libgetopt.tex
+1
-1
libaetypes.tex
Doc/mac/libaetypes.tex
+1
-1
libmacic.tex
Doc/mac/libmacic.tex
+1
-1
using.tex
Doc/mac/using.tex
+1
-1
HISTORY
Misc/HISTORY
+1
-1
No files found.
Doc/lib/libgetopt.tex
Dosyayı görüntüle @
565ea5ae
...
...
@@ -37,7 +37,7 @@ equal sign (\character{=}). To accept only long options,
\var
{
options
}
should be an empty string. Long options on the command
line can be recognized so long as they provide a prefix of the option
name that matches exactly one of the accepted options. For example,
i
t
\var
{
long
_
options
}
is
\code
{
['foo', 'frob']
}
, the option
i
f
\var
{
long
_
options
}
is
\code
{
['foo', 'frob']
}
, the option
\longprogramopt
{
fo
}
will match as
\longprogramopt
{
foo
}
, but
\longprogramopt
{
f
}
will not match uniquely, so
\exception
{
GetoptError
}
will be raised.
...
...
Doc/mac/libaetypes.tex
Dosyayı görüntüle @
565ea5ae
...
...
@@ -121,7 +121,7 @@ Specifiers. Upon instantiation you should pass a selector in
\end{classdesc}
\begin{classdesc}
{
NProperty
}{
fr
}
Abstract basclass for an OSA property. The subclass should set the class
Abstract bas
e
class for an OSA property. The subclass should set the class
attributes
\code
{
want
}
and
\code
{
which
}
to designate which property we
are talking about. Instances of subclasses of this class are Object
Specifiers.
...
...
Doc/mac/libmacic.tex
Dosyayı görüntüle @
565ea5ae
...
...
@@ -74,7 +74,7 @@ following methods:
\begin{methoddesc}
{
launchurl
}{
url
\optional
{
, hint
}}
Parse the given URL, lauch the correct application and pass it the
Parse the given URL, lau
n
ch the correct application and pass it the
URL. The optional
\var
{
hint
}
can be a scheme name such as
\code
{
'mailto:'
}
, in which case incomplete URLs are completed with this
scheme. If
\var
{
hint
}
is not provided, incomplete URLs are invalid.
...
...
Doc/mac/using.tex
Dosyayı görüntüle @
565ea5ae
...
...
@@ -384,7 +384,7 @@ execute it or smaller selections of it.
You can create a new script, open a previously saved script, and save
your currently open script by selecting the appropriate item in the
``File'' menu. Dropping a Python script onto the
\program
{
Python IDE
}
will open it for edit
t
ing.
\program
{
Python IDE
}
will open it for editing.
If you try to open a script with the
\program
{
Python IDE
}
but either
can't locate it from the ``Open'' dialog box, or you get an error
...
...
Misc/HISTORY
Dosyayı görüntüle @
565ea5ae
...
...
@@ -7255,7 +7255,7 @@ Ellipses object, and corresponding syntax:
x[lo:hi:stride] == x[slice(lo, hi, stride)]
x[a, ..., z] == x[(a, Ellipses, z)]
- New documentation for errno and cgi m
do
ules.
- New documentation for errno and cgi m
od
ules.
- The directory containing the script passed to the interpreter is
inserted in from of sys.path; "." is no longer a default path
...
...
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