]> granicus.if.org Git - python/commit
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Sep 2008 21:34:51 +0000 (21:34 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Sep 2008 21:34:51 +0000 (21:34 +0000)
commit0a608fdaac5b4422b9ade6ec7b44182902f2f9ce
tree80f50c009d21accfd42b8a736ce9761370169995
parent7e958d1ceb0b92fa7bace7040ce042474d3ea510
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
ossaudiodev, & winreg modules to return bytes objects instead of bytearray
objects.
Misc/NEWS
Modules/_dbmmodule.c
Modules/mmapmodule.c
Modules/ossaudiodev.c
PC/winreg.c
Python/marshal.c