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 gpery
Recipients gpery
Date 2018-08-07.17:23:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533662594.31.0.56676864532.issue34353@psf.upfronthosting.co.za>
In-reply-to
Content
stat.py (Lib/stat.py)'s implementation of filemode doesn't account for socket-type files, while _stat (Modules/_stat.c) does, using S_IFSOCK.
History
Date User Action Args
2018-08-07 17:23:14gperysetrecipients: + gpery
2018-08-07 17:23:14gperysetmessageid: <1533662594.31.0.56676864532.issue34353@psf.upfronthosting.co.za>
2018-08-07 17:23:14gperylinkissue34353 messages
2018-08-07 17:23:14gperycreate