diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-05 05:43:35 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-05 05:43:35 (GMT) |
commit | 40c6b47ca1e69f5b91b8ce3bd271865cb5a7d443 (patch) | |
tree | 1b5c5f3569413fb9cb47870a77a5f2bc24963fb0 /Misc | |
parent | 5f861429868a72c8a2883bf55778551a65fd34db (diff) | |
download | cpython-40c6b47ca1e69f5b91b8ce3bd271865cb5a7d443.zip cpython-40c6b47ca1e69f5b91b8ce3bd271865cb5a7d443.tar.gz cpython-40c6b47ca1e69f5b91b8ce3bd271865cb5a7d443.tar.bz2 |
Fix errors on 64-bit platforms. Will backport
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -209,6 +209,8 @@ Core and builtins Extension Modules ----------------- +- Fix 64-bit problems in bsddb. + - Patch #1365916: fix some unsafe 64-bit mmap methods. - Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn build |