Issue 15161: add new-style os API to two missing functions (original) (raw)

Created on 2012-06-24 10:31 by georg.brandl, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pathconf.diff georg.brandl,2012-06-24 10:31 review
truncate.diff georg.brandl,2012-06-24 10:31 review
Messages (2)
msg163760 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-06-24 10:31
For pathconf() / fpathconf() and truncate() / ftruncate() the former didn't support fds as path. These two patches should fix it.
msg163766 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-24 10:57
New changeset da416ff1ecf5 by Georg Brandl in branch 'default': Closes #15161: add support for giving path as a fd for truncate() and pathconf(). http://hg.python.org/cpython/rev/da416ff1ecf5
History
Date User Action Args
2022-04-11 14:57:32 admin set github: 59366
2012-06-24 10:57:08 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2012-06-24 10:31:33 georg.brandl set files: + truncate.diff
2012-06-24 10:31:24 georg.brandl create