[New-bugs-announce] [issue3797] mmap, dbm and ossaudiodev return bytearray instead of bytes

Gregory P. Smith report at bugs.python.org
Sat Sep 6 22:46:13 CEST 2008


New submission from Gregory P. Smith <greg at krypto.org>:

As noted in issue #3492 the following py3k modules still erroneously
return bytearray objects instead of bytes objects from their read functions:

mmap
dbm
ossaudiodev

Attached is a trivial patch to fix those.

----------
assignee: gregory.p.smith
components: Extension Modules
files: mmap-dbm-oss_bytes.patch
keywords: easy, needs review, patch, patch
messages: 72691
nosy: gregory.p.smith
priority: deferred blocker
severity: normal
status: open
title: mmap, dbm and ossaudiodev return bytearray instead of bytes
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file11408/mmap-dbm-oss_bytes.patch

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


More information about the New-bugs-announce mailing list