[New-bugs-announce] [issue38109] Missing constants in Lib/stat.py

Ronan Lamy report at bugs.python.org
Wed Sep 11 09:35:59 EDT 2019


New submission from Ronan Lamy <ronan.lamy at gmail.com>:

According to the docs, stat should include constants S_IFDOOR, S_IFPORT, S_IFWHT as well as the related S_IS... functions. However, these are only defined in _stat. I know that stat is a bit special (see bpo-11016), but that goes against PEP 399.

----------
components: Library (Lib)
messages: 351870
nosy: Ronan.Lamy
priority: normal
severity: normal
status: open
title: Missing constants in Lib/stat.py
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38109>
_______________________________________


More information about the New-bugs-announce mailing list