[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.116

Ken Manheimer klm at zope.com
Thu Mar 11 20:31:47 EST 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:
Noted changes to Zope.debug() infrastructure (ZPublisher/Test.py).


=== Zope/doc/CHANGES.txt 1.625.2.115 => 1.625.2.116 ===
--- Zope/doc/CHANGES.txt:1.625.2.115	Mon Mar  8 03:01:32 2004
+++ Zope/doc/CHANGES.txt	Thu Mar 11 20:31:46 2004
@@ -42,6 +42,21 @@
 	not install instance files until the process was shut down.  This
 	has been fixed.
 
+      - ZPublisher/Test.py publish() function now conveys
+        publisher-specific environment variables on when explicitly
+        specified in the -e env variable.  This change should be very
+        backwards compatable, since it was previously futile to
+        provide these values.  Also, publish_module() now notices when
+        it gets a mapping-like argument named 'form' and puts it on
+        the request - a handy way to get form data to the publisher.
+        This change may be suprising if you're used to having your
+        forms ignored.
+
+	I think these Zope.debug() enhancments are pretty safe, since
+	up to now it's been a tool good for not much more than poking
+	and prodding.  Now it should be more useful for more thorough
+	testing purposes.
+
   Zope 2.7.0 rc 2
 
     Bugs Fixed




More information about the Zope-Checkins mailing list