[Zope-Checkins] CVS: Zope - README.txt:1.9.184.1 z2.py:1.54.6.1

Shane Hathaway shane@digicool.com
Thu, 9 Aug 2001 13:33:58 -0400


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv29115

Modified Files:
      Tag: NR-branch
	README.txt z2.py 
Log Message:
Sync NR-branch with trunk.  Sorry about so many checkin messages...


=== Zope/README.txt 1.9 => 1.9.184.1 ===
 Important
 
-  This release requires Python 1.5.2.
+  This release requires Python 2.1.
 
 Installing Zope
 


=== Zope/z2.py 1.54 => 1.54.6.1 ===
 
     if READ_ONLY:
-        zLOG._stupid_dest=sys.stderr
+        if hasattr(zLOG, '_set_stupid_dest'):
+            zLOG._set_stupid_dest(sys.stderr)
+        else:
+            zLOG._stupid_dest = sys.stderr
     else:
         zLOG.log_write = ZLogger.ZLogger.log_write