Skip to content

[3.8] bpo-38109: Add missing constants to Lib/stat.py (GH-16665)#16690

Merged
vstinner merged 1 commit into
python:3.8from
miss-islington:backport-7bb1431-3.8
Oct 10, 2019
Merged

[3.8] bpo-38109: Add missing constants to Lib/stat.py (GH-16665)#16690
vstinner merged 1 commit into
python:3.8from
miss-islington:backport-7bb1431-3.8

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Oct 10, 2019

Add missing stat.S_IFDOOR, stat.S_IFPORT, stat.S_IFWHT,
stat.S_ISDOOR, stat.S_ISPORT, and stat.S_ISWHT values to
the Python implementation of the stat module.
(cherry picked from commit 7bb1431)

Co-authored-by: Ronan Lamy ronan.lamy@gmail.com

https://bugs.python.org/issue38109

Add missing stat.S_IFDOOR, stat.S_IFPORT, stat.S_IFWHT,
stat.S_ISDOOR, stat.S_ISPORT, and stat.S_ISWHT values to
the Python implementation of the stat module.
(cherry picked from commit 7bb1431)

Co-authored-by: Ronan Lamy <ronan.lamy@gmail.com>
@bedevere-bot bedevere-bot added the type-bug An unexpected behavior, bug, or error label Oct 10, 2019
@miss-islington
Copy link
Copy Markdown
Contributor Author

@rlamy and @vstinner: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Copy Markdown
Contributor Author

@rlamy and @vstinner: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@rlamy and @vstinner: Status check is done, and it's a success ✅ .

@vstinner vstinner merged commit 8ab11c4 into python:3.8 Oct 10, 2019
@miss-islington miss-islington deleted the backport-7bb1431-3.8 branch October 10, 2019 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants