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

Reply via email to