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
fdda68e0
Kaydet (Commit)
fdda68e0
authored
Nis 05, 2009
tarafından
Tarek Ziadé
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pep8-fied method names
üst
64408fb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bdist.py
Lib/distutils/command/bdist.py
+3
-3
No files found.
Lib/distutils/command/bdist.py
Dosyayı görüntüle @
fdda68e0
...
...
@@ -75,14 +75,14 @@ class bdist(Command):
}
def
initialize_options
(
self
):
def
initialize_options
(
self
):
self
.
bdist_base
=
None
self
.
plat_name
=
None
self
.
formats
=
None
self
.
dist_dir
=
None
self
.
skip_build
=
0
def
finalize_options
(
self
):
def
finalize_options
(
self
):
# have to finalize 'plat_name' before 'bdist_base'
if
self
.
plat_name
is
None
:
if
self
.
skip_build
:
...
...
@@ -110,7 +110,7 @@ class bdist(Command):
if
self
.
dist_dir
is
None
:
self
.
dist_dir
=
"dist"
def
run
(
self
):
def
run
(
self
):
# Figure out which sub-commands we need to run.
commands
=
[]
for
format
in
self
.
formats
:
...
...
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