1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2013-05-29 22:36:10 +02:00
parent 432b09c84d
commit dd8aca664d
8 changed files with 260 additions and 36 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1047,
/**/
1046,
/**/