From 46260094931ef75871f0037957c00611b0bb03ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Thu, 4 Apr 2002 16:17:11 +0000 Subject: [PATCH] Added note about updated freeze.py Tool. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index c2622f8ec9..ae2761fcd1 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. -- 2.50.1