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

Sidnei da Silva sidnei@x3ng.com.br
Tue, 17 Jun 2003 15:01:36 -0400


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

Modified Files:
	CHANGES.txt 
Log Message:
 - Made all PluginIndexes and ZCTextIndex use 'safe_callable',
        which is aware of extension classes that fill 'tp_callable'
        but don't define '__call__'.

      - Made KeywordIndex be more robust about receiving a value that
        is not a string or an iterable type.

=== Zope/doc/CHANGES.txt 1.623 => 1.624 ===
--- Zope/doc/CHANGES.txt:1.623	Thu Jun 12 10:41:36 2003
+++ Zope/doc/CHANGES.txt	Tue Jun 17 15:01:05 2003
@@ -62,6 +62,12 @@
 
      - Collector #741: Applied patch to provide better FTP error messages.
 
+     - Made all PluginIndexes and ZCTextIndex use 'safe_callable',
+       which is aware of extension classes that fill 'tp_callable'
+       but don't define '__call__'.
+
+     - Made KeywordIndex be more robust about receiving a value that
+       is not a string or an iterable type.
 
     Bugs Fixed