Changeset 391 for python/trunk/Doc/library/grp.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/grp.rst
r2 r391 32 32 list of strings. (Note that most users are not explicitly listed as members of 33 33 the group they are in according to the password database. Check both databases 34 to get complete membership information.) 34 to get complete membership information. Also note that a ``gr_name`` that 35 starts with a ``+`` or ``-`` is likely to be a YP/NIS reference and may not be 36 accessible via :func:`getgrnam` or :func:`getgrgid`.) 35 37 36 38 It defines the following items:
Note:
See TracChangeset
for help on using the changeset viewer.