diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-09 04:48:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-09 04:48:58 (GMT) |
commit | b0ead4ea4a1e0f4e5dc2a00110be8038586c9e21 (patch) | |
tree | 53f802160d5b6cfa8156eee2a03faef93b91e398 /PC | |
parent | ae9cbee4da4dc8d224a69dbf4298cab54be94006 (diff) | |
download | cpython-b0ead4ea4a1e0f4e5dc2a00110be8038586c9e21.zip cpython-b0ead4ea4a1e0f4e5dc2a00110be8038586c9e21.tar.gz cpython-b0ead4ea4a1e0f4e5dc2a00110be8038586c9e21.tar.bz2 |
Start building the bz2 module on Windows.
CAUTION: The Python test still has many failures, but I'm out of time
for this now (already took much longer than hoped to get this far).
The base bz2 library does pass its own tests (see next).
CAUTION: People building on Windows have to download and build tne
bz2 compression libraries now. See PCbuild\readme.txt for complete
instructions.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/dllbase_nt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt index 8ba546f..1a4e677 100644 --- a/PC/dllbase_nt.txt +++ b/PC/dllbase_nt.txt @@ -30,6 +30,7 @@ More standard extensions 1D100000 - 1e000000 - select 1D110000 - 1D120000 - unicodedata 1D120000 - 1D160000 - winsound 1D160000 - 1D170000 + - bZ2 1D170000 - 1D180000 Other extension modules - win32api 1e200000 - 1e220000 |