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

Sidnei da Silva sidnei at awkly.org
Mon Apr 26 11:44:17 EDT 2004


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

Modified Files:
	CHANGES.txt 
Log Message:
     - Display index name on error message when index can't be used as
       'sort_on'.

     - PUT would fail if the created object had a __len__ = 0 (eg:
       BTreeFolder2) and fallback to _default_put_factory. Fix by
       checking if the returned object is None instead.



=== Zope/doc/CHANGES.txt 1.712 => 1.713 ===
--- Zope/doc/CHANGES.txt:1.712	Mon Apr 26 06:12:08 2004
+++ Zope/doc/CHANGES.txt	Mon Apr 26 11:43:46 2004
@@ -105,6 +105,13 @@
 
     Bugs fixed
 
+     - Display index name on error message when index can't be used as
+       'sort_on'.
+
+     - PUT would fail if the created object had a __len__ = 0 (eg:
+       BTreeFolder2) and fallback to _default_put_factory. Fix by
+       checking if the returned object is None instead.
+
      - Collector #1160: HTTPResponse.expireCookie() potentially didn't
        when an 'expires' keyword argument was passed.
 




More information about the Zope-Checkins mailing list