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
8dc71f21
Kaydet (Commit)
8dc71f21
authored
Eyl 05, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This was found by Guido AFAIK on p3yk (sic) branch.
üst
d3da7d39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
test_basics.py
Lib/bsddb/test/test_basics.py
+1
-1
NEWS
Misc/NEWS
+7
-0
No files found.
Lib/bsddb/test/test_basics.py
Dosyayı görüntüle @
8dc71f21
...
@@ -697,7 +697,7 @@ class BasicTransactionTestCase(BasicTestCase):
...
@@ -697,7 +697,7 @@ class BasicTransactionTestCase(BasicTestCase):
for
log
in
logs
:
for
log
in
logs
:
if
verbose
:
if
verbose
:
print
'log file: '
+
log
print
'log file: '
+
log
if
db
.
version
>=
(
4
,
2
):
if
db
.
version
()
>=
(
4
,
2
):
logs
=
self
.
env
.
log_archive
(
db
.
DB_ARCH_REMOVE
)
logs
=
self
.
env
.
log_archive
(
db
.
DB_ARCH_REMOVE
)
assert
not
logs
assert
not
logs
...
...
Misc/NEWS
Dosyayı görüntüle @
8dc71f21
...
@@ -40,6 +40,13 @@ Library
...
@@ -40,6 +40,13 @@ Library
-
Bug
#
1543303
,
patch
#
1543897
:
remove
NUL
padding
from
tarfiles
.
-
Bug
#
1543303
,
patch
#
1543897
:
remove
NUL
padding
from
tarfiles
.
Tests
-----
-
Fix
bsddb
test_basics
.
test06_Transactions
to
check
the
version
number
properly
.
Documentation
Documentation
-------------
-------------
...
...
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