[New-bugs-announce] [issue15161] add new-style os API to two missing functions

Georg Brandl report at bugs.python.org
Sun Jun 24 12:31:24 CEST 2012


New submission from Georg Brandl <georg at python.org>:

For pathconf() / fpathconf() and truncate() / ftruncate() the former didn't support fds as path.  These two patches should fix it.

----------
assignee: larry
components: Extension Modules
files: pathconf.diff
keywords: patch
messages: 163760
nosy: georg.brandl, larry
priority: critical
severity: normal
status: open
title: add new-style os API to two missing functions
versions: Python 3.3
Added file: http://bugs.python.org/file26127/pathconf.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15161>
_______________________________________


More information about the New-bugs-announce mailing list