Issue 19736: posixmodule.c: Add flags for statvfs.f_flag to constant list (original) (raw)

Issue19736

Created on 2013-11-23 15:55 by doko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
statvfs-f_flag-constants.diff doko,2013-11-23 15:55
statvfs.diff doko,2013-11-24 13:49 review
Messages (4)
msg204043 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-11-23 15:55
the posix module has the statvfs call, but doesn't define any constants used as parameters. add them.
msg204111 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-11-23 22:01
LGTM The patch has no doc updates, though.
msg204216 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-11-24 13:49
updated patch inlcluding the docs
msg205566 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-08 14:23
New changeset 1d0b7e90da4d by doko in branch 'default': - Issue #19736: Add module-level statvfs constants defined for GNU/glibc http://hg.python.org/cpython/rev/1d0b7e90da4d
History
Date User Action Args
2022-04-11 14:57:54 admin set github: 63935
2013-12-20 12:47:47 doko set status: open -> closedresolution: fixed
2013-12-08 14:23:34 python-dev set nosy: + python-devmessages: +
2013-11-24 13:49:26 doko set files: + statvfs.diffmessages: +
2013-11-23 22:01:41 christian.heimes set nosy: + christian.heimesmessages: +
2013-11-23 21:28:34 pitrou set nosy: + loewis
2013-11-23 15:55:58 doko set type: enhancementstage: patch review
2013-11-23 15:55:25 doko create