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

Matthew T. Kromer matt@zope.com
Tue, 4 Feb 2003 11:38:41 -0500


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

Modified Files:
	CHANGES.txt 
Log Message:
Recode the isinstance check to something that wont crash if arg 1 is not
an extension class


=== Zope/doc/CHANGES.txt 1.601 => 1.602 ===
--- Zope/doc/CHANGES.txt:1.601	Mon Feb  3 05:59:52 2003
+++ Zope/doc/CHANGES.txt	Tue Feb  4 11:38:08 2003
@@ -74,6 +74,10 @@
      - Some calls to os.system('chmod') has been replaced with the more 
        portable os.chmod() call, to make install work properly on Windows.
 
+     - Fixed an isinstance() check in SimpleItem on standard_error_message
+       handling that would always break if the first argument was not
+       an extension class because the second argument was a type.
+
 
   Zope 2.6.1 beta 2