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.

classification
Title: add new-style os API to two missing functions
Type: Stage: resolved
Components: Extension Modules Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: larry Nosy List: georg.brandl, larry, python-dev
Priority: critical Keywords: patch

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:32adminsetgithub: 59366
2012-06-24 10:57:08python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg163766

resolution: fixed
stage: resolved
2012-06-24 10:31:33georg.brandlsetfiles: + truncate.diff
2012-06-24 10:31:24georg.brandlcreate