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

Tres Seaver tseaver at zope.com
Fri Dec 19 12:26:29 EST 2003


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:


  Backport assorted fixes for running Zope 2.6.x tests under Python 2.3.

  - lib/python/Products/PluginIndexes/DateIndex:

    o Deal with the fact that in Python 2.3, int can return a long
      instead of throwing OverflowError.

  - lib/python/Products/PageTemplates/tests:

    o Fix spurious error in PageTemplates; no longer rely on the str() of
      exception objects since the value of their str() is not part of their
      API, and can vary between Python releases.

  The following now shows 1781 tests passing, albeit with a number of
  PendingDeprecationWarnings::

    $ python2.3 utilities/testrunner.py -a -v


=== Zope/doc/CHANGES.txt 1.535.2.150 => 1.535.2.151 ===
--- Zope/doc/CHANGES.txt:1.535.2.150	Thu Dec 18 16:09:39 2003
+++ Zope/doc/CHANGES.txt	Fri Dec 19 12:25:58 2003
@@ -8,6 +8,17 @@
 
     Bugs Fixed
 
+     - Backport Python 2.3 test fix to
+       lib/python/Products/PluginIndexes/DateIndex:  deal with the fact
+       that in Python 2.3, int can return a long instead of throwing
+       OverflowError.
+
+     - Backport Python 2.3 test fix to
+       lib/python/Products/PageTemplates/tests:  fix spurious error in
+       PageTemplates; no longer rely on the str() of exception objects
+       since the value of their str() is not part of their API, and can
+       vary between Python releases.
+
      - The compilezpy.py no longer dies when a file it tries to compile
        has errors.
 




More information about the Zope-Checkins mailing list