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
303e30ef
Kaydet (Commit)
303e30ef
authored
Kas 02, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
clarify discussion of iteration in the section on the "for" statement
(SF bug #829073)
üst
9a408515
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
push-docs.sh
Doc/tools/push-docs.sh
+2
-1
No files found.
Doc/tools/push-docs.sh
Dosyayı görüntüle @
303e30ef
...
@@ -11,6 +11,7 @@ PKGTYPE="bzip" # must be one of: bzip, tar, zip ("tar" implies gzip)
...
@@ -11,6 +11,7 @@ PKGTYPE="bzip" # must be one of: bzip, tar, zip ("tar" implies gzip)
TARGET
=
"
$TARGETHOST
:
$TARGETDIR
"
TARGET
=
"
$TARGETHOST
:
$TARGETDIR
"
ADDRESSES
=
'python-dev@python.org doc-sig@python.org python-list@python.org'
ADDRESSES
=
'python-dev@python.org doc-sig@python.org python-list@python.org'
ADDRESSES
=
fdrake01@comcast.net
TOOLDIR
=
"
`
dirname
$0
`
"
TOOLDIR
=
"
`
dirname
$0
`
"
VERSION
=
`
$TOOLDIR
/getversioninfo
`
VERSION
=
`
$TOOLDIR
/getversioninfo
`
...
@@ -32,7 +33,7 @@ ANNOUNCE=true
...
@@ -32,7 +33,7 @@ ANNOUNCE=true
getopt
-T
>
/dev/null
getopt
-T
>
/dev/null
if
[
$?
-eq
4
]
;
then
if
[
$?
-eq
4
]
;
then
# We have a sufficiently useful getopt(1) implementation.
# We have a sufficiently useful getopt(1) implementation.
set
--
`
getopt
-ssh
m:p:qt:F:
"
$@
"
`
eval
"set --
`
getopt
-ssh
m:p:qt:F:
\"
$@
\"
`
"
else
else
# This version of getopt doesn't support quoting of long options
# This version of getopt doesn't support quoting of long options
# with spaces, so let's not rely on it at all.
# with spaces, so let's not rely on it at all.
...
...
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