[New-bugs-announce] [issue9645] PEP 383: os.pathconf() does not accept surrogateescape arguments

David Watson report at bugs.python.org
Thu Aug 19 20:41:33 CEST 2010


New submission from David Watson <baikie at users.sourceforge.net>:

The pathconf() function still converts its argument with the "s"
format; the attached pathconf-pep383-3.2.diff fixes it to use
PyUnicode_FSConverter() (in 3.2).  Also attaching
pathconf-cleanup.diff to clean up the indentation, which
otherwise makes the code rather confusing to look at.

----------
components: Extension Modules
files: pathconf-pep383-3.2.diff
keywords: patch
messages: 114393
nosy: baikie
priority: normal
severity: normal
status: open
title: PEP 383: os.pathconf() does not accept surrogateescape arguments
type: behavior
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18579/pathconf-pep383-3.2.diff

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


More information about the New-bugs-announce mailing list