diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 06:42:00 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 06:42:00 (GMT) |
commit | f7bfcfbb68d71611e7ffae3de7b425c68433f59a (patch) | |
tree | cfdf80cc12f214bbaf6a01ce418a0206e15b08ae /PC/dllbase_nt.txt | |
parent | a27244bfa13ed7e0efd0d0fd2dd6a553fbb08124 (diff) | |
download | cpython-f7bfcfbb68d71611e7ffae3de7b425c68433f59a.zip cpython-f7bfcfbb68d71611e7ffae3de7b425c68433f59a.tar.gz cpython-f7bfcfbb68d71611e7ffae3de7b425c68433f59a.tar.bz2 |
#3791: Remove bsddb from the Windows msi installer,
And do not compile the core bsddb library.
Reviewed by Martin von Loewis.
Diffstat (limited to 'PC/dllbase_nt.txt')
-rw-r--r-- | PC/dllbase_nt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt index c06e497..93a15d1 100644 --- a/PC/dllbase_nt.txt +++ b/PC/dllbase_nt.txt @@ -16,7 +16,7 @@ Python.dll - 1e000000 - 1e100000 (-1) Standard Extension Modules 1e100000 - 1e200000 "" - _symtable 1e100000 - 1e110000 pyd removed in 2.4 - - bsddb 1e180000 - 1e188000 + - bsddb 1e180000 - 1e188000 pyd removed in 3.0 - _tkinter 1e190000 - 1e1A0000 - parser 1e1A0000 - 1e1B0000 pyd removed in 2.4 - zlib 1e1B0000 - 1e1C0000 |