Added note about updated freeze.py Tool.

This commit is contained in:
Marc-André Lemburg 2002-04-04 16:17:11 +00:00
parent 64b4f2770e
commit 4626009493
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ Library
Tools/Demos
- freeze.py now produces binaries which can import shared modules,
unlike before when this failed due to missing symbol exports in
the generated binary.
Build
- On Unix, a shared libpython2.3.so can be created with --enable-shared.