[issue19342] Improve grp module docstrings

2014-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset de0ca868d44f by Georg Brandl in branch '2.7': Closes #19342: improve docstrings in grp module. https://hg.python.org/cpython/rev/de0ca868d44f -- ___ Python tracker ___

[issue19342] Improve grp module docstrings

2014-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset e2b757baaef1 by Georg Brandl in branch '3.4': Closes #19342: improve docstrings in grp module. https://hg.python.org/cpython/rev/e2b757baaef1 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue19342] Improve grp module docstrings

2014-10-01 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue19342] Improve grp module docstrings

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: The patch only changes six lines. At a quick glance it seems fine to me so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue19342] Improve grp module docstrings

2013-10-22 Thread Marius Gedminas
New submission from Marius Gedminas: This patch gives grp.getgrnam and grp.getgrgid sligtly more useful docstrings, and brings them in line with pwd.getpwnam/pwd.getpwuid. Compare pydoc pwd.getpwnam: pwd.getpwnam = getpwnam(...) getpwnam(name) -> (pw_name,pw_passwd,pw_uid,