|
From: <th...@us...> - 2013-01-11 20:17:32
|
Revision: 704
http://py2exe.svn.sourceforge.net/py2exe/?rev=704&view=rev
Author: theller
Date: 2013-01-11 20:17:22 +0000 (Fri, 11 Jan 2013)
Log Message:
-----------
Update the plan.
Modified Paths:
--------------
trunk/py3exe/README.txt
Modified: trunk/py3exe/README.txt
===================================================================
--- trunk/py3exe/README.txt 2013-01-11 20:14:11 UTC (rev 703)
+++ trunk/py3exe/README.txt 2013-01-11 20:17:22 UTC (rev 704)
@@ -5,6 +5,15 @@
Planned features:
-Compatible with Python 2.7, and Python 3.x with the same codebase.
-Should work with 32-bit and 64-bit builds.
-MemoryLoadLibrary will no longer be used.
+- Compatible with Python 2.7, and Python 3.x with the same codebase.
+
+- A single 32-bit installer for all Python versions, a single 64-bit
+ installer for all Python versions.
+
+- Should work with 32-bit and 64-bit builds.
+
+- MemoryLoadLibrary will no longer be used.
+
+- Implement a 'hint' mechanism to find hidden imports and imports done
+ by extension modules, runtime __path__ additions, and more; somewhat
+ similar to PyInstaller hooks. What does cx_Freeze do?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|