Skip to content

Commit

Permalink
Clarify the namespace type under Py3
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed May 15, 2012
1 parent 7088180 commit 8af86d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xattr.c
Expand Up @@ -1071,6 +1071,8 @@ static char __xattr_doc__[] = \
" mean an error in the xattr module itself)\n"
" - ``ENOSPC`` and ``EDQUOT`` are documented as meaning out of disk\n"
" space or out of disk space because of quota limits\n"
".. note:: Under Python 3, the namespace argument is a byte string,\n"
" not a unicode string.\n"
"\n"
;

Expand Down

0 comments on commit 8af86d7

Please sign in to comment.