]> git.k1024.org Git - pyxattr.git/commit
Change return value of listxattr from tuple to list
authorIustin Pop <iusty@k1024.org>
Sun, 9 Mar 2008 10:12:53 +0000 (11:12 +0100)
committerIustin Pop <iusty@k1024.org>
Sun, 9 Mar 2008 10:18:20 +0000 (11:18 +0100)
commit0a12fb67bb6bca085fffbe6d438cc9b9bba68810
tree99294a7281fa9686d995360790ded14188659410
parent967573e8435f5c3f2e63cc55d09722ff43fcfce7
Change return value of listxattr from tuple to list

A tuple doesn't make much sense - it was initially chosen because it a
tuple is read-only, but that is a bad reason to choose it. This patch
changes the return value to a list.
xattr.c