mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue #22115: Updated Misc/NEWS.
This commit is contained in:
commit
b554faddf5
2 changed files with 5 additions and 3 deletions
|
@ -89,7 +89,7 @@ class TestVariable(TestBase):
|
|||
|
||||
def test_trace_old(self):
|
||||
# Old interface
|
||||
v = Var(self.root)
|
||||
v = Variable(self.root)
|
||||
vname = str(v)
|
||||
trace = []
|
||||
def read_tracer(*args):
|
||||
|
@ -138,7 +138,7 @@ class TestVariable(TestBase):
|
|||
self.assertEqual(trace, [('write', vname, '', 'u')])
|
||||
|
||||
def test_trace(self):
|
||||
v = Var(self.root)
|
||||
v = Variable(self.root)
|
||||
vname = str(v)
|
||||
trace = []
|
||||
def read_tracer(*args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue