classification
Title: PEP 383: os.statvfs() does not accept surrogateescape arguments
Type: behavior Stage:
Components: Extension Modules Versions: Python 3.2, Python 3.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: baikie
Priority: normal Keywords: patch

Created on 2010-08-19 18:40 by baikie, last changed 2010-08-19 18:40 by baikie.

Files
File name Uploaded Description Edit
statvfs-pep383-3.2.diff baikie, 2010-08-19 18:40 Use PyUnicode_FSConverter() in statvfs() (for 3.2)
Messages (1)
msg114392 - (view) Author: David Watson (baikie) Date: 2010-08-19 18:40
The statvfs() function still converts its argument with the "s"
format; the attached patch (for 3.2) fixes it to use
PyUnicode_FSConverter().
History
Date User Action Args
2010-08-19 18:40:35baikiecreate