summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-01-05 05:45:12 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-01-05 05:45:12 (GMT)
commit4e90d912e5d7bf1401d9e6cd6f1c62783a4051bc (patch)
tree645a51ba2900744685494be069e1b68202dd28a0 /Misc
parenta58cbd5f4709b97740ff6ae9276f2709b386876e (diff)
downloadcpython-4e90d912e5d7bf1401d9e6cd6f1c62783a4051bc.zip
cpython-4e90d912e5d7bf1401d9e6cd6f1c62783a4051bc.tar.gz
cpython-4e90d912e5d7bf1401d9e6cd6f1c62783a4051bc.tar.bz2
Backport: Fix errors on 64-bit platforms. (There are still some test problems
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 60102da..9ca6aac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Core and builtins
Extension Modules
-----------------
+- Fix 64-bit problems in bsddb.
+
- Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn build
problem on AIX.