]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1047 v7.3.1047
authorBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 20:36:10 +0000 (22:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 20:36:10 +0000 (22:36 +0200)
commitdd8aca664d9768614d18cebec84badc3ecad3af5
tree6002f0821e725f7829f73bc05336f4fc4ca376a3
parent432b09c84dc6daf0b7ca8dac986bc0b1faf899d7
updated for version 7.3.1047
Problem:    Python: dir() does not work properly.
Solution:   Python patch 8.  Add __dir__ method to all objects with custom
            tp_getattr supplemented by __members__ attribute for at least
            python-2* versions.  __members__ is not mentioned in python-3*
            dir() output even if it is accessible. (ZyX)
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/testdir/test86.in
src/testdir/test86.ok
src/testdir/test87.in
src/testdir/test87.ok
src/version.c