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
b554fadd
Kaydet (Commit)
b554fadd
authored
Haz 26, 2016
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #22115: Updated Misc/NEWS.
üst
8122174a
745a407d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
test_variables.py
Lib/tkinter/test/test_tkinter/test_variables.py
+2
-2
NEWS
Misc/NEWS
+3
-1
No files found.
Lib/tkinter/test/test_tkinter/test_variables.py
Dosyayı görüntüle @
b554fadd
...
@@ -89,7 +89,7 @@ class TestVariable(TestBase):
...
@@ -89,7 +89,7 @@ class TestVariable(TestBase):
def
test_trace_old
(
self
):
def
test_trace_old
(
self
):
# Old interface
# Old interface
v
=
Var
(
self
.
root
)
v
=
Var
iable
(
self
.
root
)
vname
=
str
(
v
)
vname
=
str
(
v
)
trace
=
[]
trace
=
[]
def
read_tracer
(
*
args
):
def
read_tracer
(
*
args
):
...
@@ -138,7 +138,7 @@ class TestVariable(TestBase):
...
@@ -138,7 +138,7 @@ class TestVariable(TestBase):
self
.
assertEqual
(
trace
,
[(
'write'
,
vname
,
''
,
'u'
)])
self
.
assertEqual
(
trace
,
[(
'write'
,
vname
,
''
,
'u'
)])
def
test_trace
(
self
):
def
test_trace
(
self
):
v
=
Var
(
self
.
root
)
v
=
Var
iable
(
self
.
root
)
vname
=
str
(
v
)
vname
=
str
(
v
)
trace
=
[]
trace
=
[]
def
read_tracer
(
*
args
):
def
read_tracer
(
*
args
):
...
...
Misc/NEWS
Dosyayı görüntüle @
b554fadd
...
@@ -13,7 +13,9 @@ Library
...
@@ -13,7 +13,9 @@ Library
- Issue #22115: Added methods trace_add, trace_remove and trace_info in the
- Issue #22115: Added methods trace_add, trace_remove and trace_info in the
tkinter.Variable class. They replace old methods trace_variable, trace,
tkinter.Variable class. They replace old methods trace_variable, trace,
trace_vdelete and trace_vinfo that use obsolete Tcl commands and might
trace_vdelete and trace_vinfo that use obsolete Tcl commands and might
not work in future versions of Tcl.
not work in future versions of Tcl. Fixed old tracing methods:
trace_vdelete() with wrong mode no longer break tracing, trace_vinfo() now
always returns a list of pairs of strings, tracing in the "u" mode now works.
- Issue #26243: Only the level argument to zlib.compress() is keyword argument
- Issue #26243: Only the level argument to zlib.compress() is keyword argument
now. The first argument is positional-only.
now. The first argument is positional-only.
...
...
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