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
e9a54a3e
Kaydet (Commit)
e9a54a3e
authored
May 13, 2003
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #713722] Delete dangling references to unwritten sections
üst
47172b4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
dist.tex
Doc/dist/dist.tex
+2
-5
No files found.
Doc/dist/dist.tex
Dosyayı görüntüle @
e9a54a3e
...
@@ -79,9 +79,7 @@ in Python, there are no arbitrary limits to what you can do with it,
...
@@ -79,9 +79,7 @@ in Python, there are no arbitrary limits to what you can do with it,
though you should be careful about putting arbitrarily expensive
though you should be careful about putting arbitrarily expensive
operations in your setup script. Unlike, say, Autoconf-style configure
operations in your setup script. Unlike, say, Autoconf-style configure
scripts, the setup script may be run multiple times in the course of
scripts, the setup script may be run multiple times in the course of
building and installing your module distribution. If you need to
building and installing your module distribution.
insert potentially expensive processing steps into the Distutils
chain, see section~
\ref
{
extending
}
on extending the Distutils.
If all you want to do is distribute a module called
\module
{
foo
}
,
If all you want to do is distribute a module called
\module
{
foo
}
,
contained in a file
\file
{
foo.py
}
, then your setup script can be as
contained in a file
\file
{
foo.py
}
, then your setup script can be as
...
@@ -1365,8 +1363,7 @@ the \file{.spec} file manually:
...
@@ -1365,8 +1363,7 @@ the \file{.spec} file manually:
(Although a better way to do this is probably to override the standard
(Although a better way to do this is probably to override the standard
\command
{
bdist
\_
rpm
}
command with one that writes whatever else you want
\command
{
bdist
\_
rpm
}
command with one that writes whatever else you want
to the
\file
{
.spec
}
file; see section~
\ref
{
extending
}
for information on
to the
\file
{
.spec
}
file.)
extending the Distutils.)
\subsection
{
Creating Windows Installers
}
\subsection
{
Creating Windows Installers
}
...
...
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