This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Dinesh Wijekoon, ezio.melotti, serhiy.storchaka
Date 2016-01-11.21:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452548963.68.0.522171606313.issue26067@psf.upfronthosting.co.za>
In-reply-to
Content
We looked at this at the PyLadies Sprint in Helsinki.
When the group has an id but not a name (see "gid=203135016" in the "id" output -- the name is missing), its entry is missing from the list returned by grp.getgrall().

If this behaviour is expected and desired, then the test should be fixed to handle cases where the name is missing and the KeyError is raised.
Otherwise, the entry could still be included with "None" as name.
History
Date User Action Args
2016-01-11 21:49:23ezio.melottisetrecipients: + ezio.melotti, serhiy.storchaka, Dinesh Wijekoon
2016-01-11 21:49:23ezio.melottisetmessageid: <1452548963.68.0.522171606313.issue26067@psf.upfronthosting.co.za>
2016-01-11 21:49:23ezio.melottilinkissue26067 messages
2016-01-11 21:49:23ezio.melotticreate