comparison src/testdir/test87.ok @ 3828:fd6ef931aa77 v7.3.672

updated for version 7.3.672 Problem: Not possible to lock/unlock lists in Python interface. Solution: Add .locked and .scope attributes. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Fri, 21 Sep 2012 14:00:35 +0200
parents e75da4a3225d
children 3b2a771abb39
comparison
equal deleted inserted replaced
3827:72c860159c0f 3828:fd6ef931aa77
42 TypeError 42 TypeError
43 TypeError 43 TypeError
44 ValueError 44 ValueError
45 TypeError 45 TypeError
46 TypeError 46 TypeError
47 d : locked:0;scope:0
48 dl : locked:1;scope:0
49 v: : locked:2;scope:1
50 g: : locked:0;scope:2
51 d:{'abc': 1}
52 dl:{'def': 1}
53 l : locked:0
54 ll : locked:1
55 l:[0]
56 ll:[1]
47 [0, 1, 2] 57 [0, 1, 2]
48 ['a', 'b'] 58 ['a', 'b']
49 ['c', 1] 59 ['c', 1]
50 ['d', ['e']] 60 ['d', ['e']]
51 0.0 61 0.0