[New-bugs-announce] [issue9570] PEP 383: os.mknod() and os.mkfifo() do not accept surrogateescape arguments

David Watson report at bugs.python.org
Wed Aug 11 20:16:28 CEST 2010


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

These functions still use the "s" format for their arguments; the attached patch fixes them to use PyUnicode_FSConverter() in 3.2.  Some simple tests for these functions (not for PEP 383 behaviour) are at issue #9569.

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

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


More information about the New-bugs-announce mailing list