In article <4.2.0.58.19990918181653.00c0ef00@mail.atmm.nl>, Martijn Pieters <mj@antraciet.nl> writes
At 14:11 18-9-99 , Robin Becker wrote:
the ZOPE_VERSION determined in ZServer/__init__.py is always '(unreleased version)' as ZServer is imported by Z2.py before SOFTWARE_HOME is set up; this means that status getting functions which make use of ZServer's ZOPE_VERSION always report the wrong version. The simplest fix is just to change ZServer/__init__.py to import FindHomes as well as version_txt ie at line 96 instead of import App.version_txt use import App.version_txt, App.FindHomes
Have you reported this to the Collector? It is not a given that DC will see this.
You can find the Collector at:
... I reported to a collector at www.zope.org -- Robin Becker