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
1bea7ab7
Kaydet (Commit)
1bea7ab7
authored
Şub 05, 2000
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added 'libraries' option for use by the 'build_lib' command.
Typo fix.
üst
5f7c18e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
core.py
Lib/distutils/core.py
+2
-1
No files found.
Lib/distutils/core.py
Dosyayı görüntüle @
1bea7ab7
...
@@ -188,6 +188,7 @@ class Distribution:
...
@@ -188,6 +188,7 @@ class Distribution:
self
.
packages
=
None
self
.
packages
=
None
self
.
package_dir
=
None
self
.
package_dir
=
None
self
.
py_modules
=
None
self
.
py_modules
=
None
self
.
libraries
=
None
self
.
ext_modules
=
None
self
.
ext_modules
=
None
self
.
ext_package
=
None
self
.
ext_package
=
None
self
.
include_dirs
=
None
self
.
include_dirs
=
None
...
@@ -314,7 +315,7 @@ class Distribution:
...
@@ -314,7 +315,7 @@ class Distribution:
# known options
# known options
if
not
(
hasattr
(
cmd_obj
,
'options'
)
and
if
not
(
hasattr
(
cmd_obj
,
'options'
)
and
type
(
cmd_obj
.
options
)
is
ListType
):
type
(
cmd_obj
.
options
)
is
ListType
):
raise
DistutilsClass
e
rror
,
\
raise
DistutilsClass
E
rror
,
\
(
"command class
%
s must provide an 'options' attribute "
+
(
"command class
%
s must provide an 'options' attribute "
+
"(a list of tuples)"
)
%
\
"(a list of tuples)"
)
%
\
cmd_obj
.
__class__
cmd_obj
.
__class__
...
...
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