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 giampaolo.rodola
Recipients akuchling, giampaolo.rodola, loewis, serhiy.storchaka, vajrasky
Date 2014-01-10.13:47:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389361632.19.0.214114504823.issue10388@psf.upfronthosting.co.za>
In-reply-to
Content
I can agree with you that it's probably better to avoid changing existent python versions to avoid breakage but I see no need to be that strict for newer ones.

Current version should check errno but it doesn't. IMO that is clearly a bug.
Same goes for returning an empty list when users actually exists and for *not* raising FileNotFoundError if the shadow file is not available.

Also note that the doc does not mention that an empty list should be treated as an alias for "insufficient permissions" or "shadow file not available", therefore whoever made that assumption is someone who deliberately and erroneously decided to do so.
History
Date User Action Args
2014-01-10 13:47:12giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, akuchling, serhiy.storchaka, vajrasky
2014-01-10 13:47:12giampaolo.rodolasetmessageid: <1389361632.19.0.214114504823.issue10388@psf.upfronthosting.co.za>
2014-01-10 13:47:12giampaolo.rodolalinkissue10388 messages
2014-01-10 13:47:11giampaolo.rodolacreate