[Zope3-dev] If you use Python 2.3, you must use Python 2.3b2

Jim Fulton jim@ZOPE.COM
Mon, 30 Jun 2003 12:29:59 -0400


Python 2.3b2, which was released yesterday has an improvement to doctest that
allows it to recognize "1" as equivalent to "True" and "0" as equivalent to "False"
in test output. This makes tests that do things like:

   >>> a == b
   1

to work.

I've started writing tests this way, so you'll get test failures if you use
versions of Python 2.3 earlier that 2.3b2.

Jim

-- 
Jim Fulton           mailto:jim@zope.com       Python Powered!
CTO                  (703) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org