mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
@ -176,7 +176,7 @@ class ReferencesTestCase(TestBase):
|
|||
L2 = UserList.UserList(L)
|
||||
p2 = weakref.proxy(L2)
|
||||
self.assertEqual(p, p2)
|
||||
## self.assertEqual(`L2`, `p2`)
|
||||
## self.assertEqual(repr(L2), repr(p2))
|
||||
L3 = UserList.UserList(range(10))
|
||||
p3 = weakref.proxy(L3)
|
||||
self.assertEqual(L3[:], p3[:])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue