From 8af86d794cf94a12d94038fa4e72519156dd426b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 May 2012 01:34:42 +0200 Subject: [PATCH] Clarify the namespace type under Py3 --- xattr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xattr.c b/xattr.c index 70dcc4f..f88d116 100644 --- a/xattr.c +++ b/xattr.c @@ -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" ; -- 2.39.2