[Checkins] SVN: zopetoolkit/doc/source/process/python-versions.rst Updated supported Python versions following todays community decision

Hanno Schlichting hannosch at hannosch.eu
Tue May 4 14:38:10 EDT 2010


Log message for revision 111937:
  Updated supported Python versions following todays community decision
  

Changed:
  U   zopetoolkit/doc/source/process/python-versions.rst

-=-
Modified: zopetoolkit/doc/source/process/python-versions.rst
===================================================================
--- zopetoolkit/doc/source/process/python-versions.rst	2010-05-04 18:13:55 UTC (rev 111936)
+++ zopetoolkit/doc/source/process/python-versions.rst	2010-05-04 18:38:09 UTC (rev 111937)
@@ -1,8 +1,13 @@
 Supported versions of Python
 ============================
 
-The Zope Toolkit currently supports the following versions of Python:
+The Zope Toolkit supports different versions of Python for its releases.
 
+ZTK 1.0
+-------
+
+The ZTK 1.0.x release series supports the following versions of Python:
+
 * Python 2.4
 
 * Python 2.5
@@ -10,4 +15,20 @@
 * Python 2.6
 
 This means that no features beyond Python 2.4 should be used in any
-library that is part of the Zope Toolkit.
+library that is part of this Zope Toolkit series.
+
+
+ZTK 1.1
+-------
+
+The ZTK 1.1.x release series supports the following versions of Python:
+
+* Python 2.5
+
+* Python 2.6
+
+Support for Python 2.4 is no longer maintained. Zope Toolkit packages are
+allowed to make use of Python 2.5+ features and break compatibility with
+Python 2.4.
+
+Newer Python versions might be supported by the release.



More information about the checkins mailing list