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
8690ae57
Kaydet (Commit)
8690ae57
authored
Eki 17, 2010
tarafından
Matthias Klose
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
üst
c961322f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
Misc/NEWS
+2
-0
setup.py
setup.py
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
8690ae57
...
@@ -109,6 +109,8 @@ Build
...
@@ -109,6 +109,8 @@ Build
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
What's New in Python 3.2 Alpha 3?
What's New in Python 3.2 Alpha 3?
=================================
=================================
...
...
setup.py
Dosyayı görüntüle @
8690ae57
...
@@ -729,7 +729,7 @@ class PyBuildExt(build_ext):
...
@@ -729,7 +729,7 @@ class PyBuildExt(build_ext):
# a release. Most open source OSes come with one or more
# a release. Most open source OSes come with one or more
# versions of BerkeleyDB already installed.
# versions of BerkeleyDB already installed.
max_db_ver
=
(
4
,
8
)
max_db_ver
=
(
5
,
1
)
min_db_ver
=
(
3
,
3
)
min_db_ver
=
(
3
,
3
)
db_setup_debug
=
False
# verbose debug prints from this script?
db_setup_debug
=
False
# verbose debug prints from this script?
...
...
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