New submission from David Watson <bai...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9645>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to