diff options
author | Marc-André Lemburg <mal@egenix.com> | 2002-04-04 16:17:11 +0000 |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2002-04-04 16:17:11 +0000 |
commit | 46260094931ef75871f0037957c00611b0bb03ad (patch) | |
tree | 45743706f612729a4f1df6df74b2d1f43e1b0863 | |
parent | 64b4f2770ef844714f063848a3078c979323c71c (diff) | |
download | cpython-git-46260094931ef75871f0037957c00611b0bb03ad.tar.gz |
Added note about updated freeze.py Tool.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |