[Zope-Checkins] CVS: Zope/doc - TODO.txt:1.1.2.16
Chris McDonough
chrism@zope.com
Tue, 11 Mar 2003 11:27:33 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv16855
Modified Files:
Tag: new-install-branch
TODO.txt
Log Message:
More input from community.
=== Zope/doc/TODO.txt 1.1.2.15 => 1.1.2.16 ===
--- Zope/doc/TODO.txt:1.1.2.15 Mon Mar 10 20:55:19 2003
+++ Zope/doc/TODO.txt Tue Mar 11 11:27:32 2003
@@ -236,3 +236,12 @@
- DATETIME_FORMAT is not config-file configurable.
- Is ZEO_CACHE_TRACE configurable?
+
+ - Provide --swhome and ---with-python switch to mkzopeinstance, which will
+ allow folks to create an instance that points to particular (known)
+ Python versions and software homes.
+
+ - zopectl debug (opens up a Python interpreter shell with the app
+ name bound to the root application object) and zopectl run
+ (execfiles a module with the app name bound to the root application
+ object).