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

David Watson report at bugs.python.org
Thu Aug 19 20:40:37 CEST 2010


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

The statvfs() function still converts its argument with the "s"
format; the attached patch (for 3.2) fixes it to use
PyUnicode_FSConverter().

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

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


More information about the New-bugs-announce mailing list