Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/grp.rst

    r2 r391  
    3232list of strings. (Note that most users are not explicitly listed as members of
    3333the group they are in according to the password database.  Check both databases
    34 to get complete membership information.)
     34to get complete membership information.  Also note that a ``gr_name`` that
     35starts with a ``+`` or ``-`` is likely to be a YP/NIS reference and may not be
     36accessible via :func:`getgrnam` or :func:`getgrgid`.)
    3537
    3638It defines the following items:
Note: See TracChangeset for help on using the changeset viewer.