]> granicus.if.org Git - python/commitdiff
Added note about updated freeze.py Tool.
authorMarc-André Lemburg <mal@egenix.com>
Thu, 4 Apr 2002 16:17:11 +0000 (16:17 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 4 Apr 2002 16:17:11 +0000 (16:17 +0000)
Misc/NEWS

index c2622f8ec913b1d8bc17fdc5770e8ab057b521f7..ae2761fcd1d24a1561461ab69ffecde70bffe7bb 100644 (file)
--- 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.