This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith
Date 2008-09-06.20:46:12
SpamBayes Score 6.990786e-07
Marked as misclassified No
Message-id <1220733973.88.0.0354187973694.issue3797@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-06 20:46:13gregory.p.smithsetrecipients: + gregory.p.smith
2008-09-06 20:46:13gregory.p.smithsetmessageid: <1220733973.88.0.0354187973694.issue3797@psf.upfronthosting.co.za>
2008-09-06 20:46:13gregory.p.smithlinkissue3797 messages
2008-09-06 20:46:12gregory.p.smithcreate