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
3b6b8015
Kaydet (Commit)
3b6b8015
authored
Haz 27, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.
No need to install lib-old, it's empty in 2.5.
üst
524b59bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
NEWS
Misc/NEWS
+5
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
3b6b8015
...
@@ -703,7 +703,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
...
@@ -703,7 +703,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/SystemEvents
\
plat-mac/lib-scriptpackages/SystemEvents
\
plat-mac/lib-scriptpackages/Terminal
plat-mac/lib-scriptpackages/Terminal
PLATMACPATH
=
:plat-mac:plat-mac/lib-scriptpackages
PLATMACPATH
=
:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS
=
lib-
old lib-
tk site-packages
test test
/output
test
/data
\
LIBSUBDIRS
=
lib-tk site-packages
test test
/output
test
/data
\
test
/decimaltestdata
\
test
/decimaltestdata
\
encodings compiler hotshot
\
encodings compiler hotshot
\
email email/mime email/test email/test/data
\
email email/mime email/test email/test/data
\
...
...
Misc/NEWS
Dosyayı görüntüle @
3b6b8015
...
@@ -28,6 +28,11 @@ Library
...
@@ -28,6 +28,11 @@ Library
- The wsgiref package is now installed properly on Unix.
- The wsgiref package is now installed properly on Unix.
Build
-----
- Bug #1513032, '
make
install
' failed on FreeBSD 5.3 due to lib-old
trying to be installed even though it'
s
empty
.
What
's New in Python 2.5 beta 1?
What
's New in Python 2.5 beta 1?
...
...
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