]> granicus.if.org Git - python/commit
Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 4 Nov 2010 12:09:08 +0000 (12:09 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 4 Nov 2010 12:09:08 +0000 (12:09 +0000)
commit3cdd5cb959672ce24dcf8132f3e9bbe27f908dc7
tree0cae2e90e716369ea660d7e00d9ad266f0454970
parent95c0700effc69b6b41a4a4ca104ee6b65a42be23
Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
instead of signed value [-127, 128].
Lib/test/test_mmap.py
Modules/mmapmodule.c