[New-bugs-announce] [issue9580] os.confstr() doesn't decode result according to PEP 383

David Watson report at bugs.python.org
Thu Aug 12 21:16:56 CEST 2010


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

The attached patch applies on top of the patch from issue #9579 to
make it use PyUnicode_DecodeFSDefaultAndSize().  (You could use
it in the existing code, but until that issue is fixed, there is
sometimes nothing to decode!)

----------
components: Extension Modules
files: confstr-pep383.diff
keywords: patch
messages: 113700
nosy: baikie
priority: normal
severity: normal
status: open
title: os.confstr() doesn't decode result according to PEP 383
type: behavior
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18488/confstr-pep383.diff

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


More information about the New-bugs-announce mailing list