From: Marc-André Lemburg Date: Thu, 4 Apr 2002 16:17:11 +0000 (+0000) Subject: Added note about updated freeze.py Tool. X-Git-Tag: v2.3c1~6142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46260094931ef75871f0037957c00611b0bb03ad;p=thirdparty%2FPython%2Fcpython.git Added note about updated freeze.py Tool. --- diff --git a/Misc/NEWS b/Misc/NEWS index c2622f8ec913..ae2761fcd1d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.