[Checkins] SVN: zopetoolkit/branches/1.1/ a note on python 2.7 support

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jan 31 09:47:10 EST 2011


Log message for revision 120021:
  a note on python 2.7 support

Changed:
  U   zopetoolkit/branches/1.1/README.txt
  U   zopetoolkit/branches/1.1/index.rst

-=-
Modified: zopetoolkit/branches/1.1/README.txt
===================================================================
--- zopetoolkit/branches/1.1/README.txt	2011-01-31 12:45:30 UTC (rev 120020)
+++ zopetoolkit/branches/1.1/README.txt	2011-01-31 14:47:09 UTC (rev 120021)
@@ -30,4 +30,4 @@
 
 To test the Zope App set, run ``bin/test-zopeapp``.
 
-For more details read the ZTK 1.0 release notes.
+For more details read the ZTK 1.1 release notes.

Modified: zopetoolkit/branches/1.1/index.rst
===================================================================
--- zopetoolkit/branches/1.1/index.rst	2011-01-31 12:45:30 UTC (rev 120020)
+++ zopetoolkit/branches/1.1/index.rst	2011-01-31 14:47:09 UTC (rev 120021)
@@ -36,10 +36,14 @@
 Python versions
 ---------------
 
-The ZTK 1.1 release series supports Python 2.5 up to Python 2.7. Some libraries
-included in the ZTK support Python 3.1 or later. But as a whole the ZTK
-supports no Python 3.x version yet.
+The ZTK 1.1 release series aim to support Python 2.5 up to Python 2.7. However,
+there is an issue with the `zope.proxy` package using Python 2.7 on 64-bit
+machines. This issue should be resolved with the upcoming release of Python
+2.7.2. See also http://bugs.python.org/issue10360.
 
+Some libraries included in the ZTK support Python 3.1 or later. But as a whole
+the ZTK supports no Python 3.x version yet.
+
 News
 ----
 



More information about the checkins mailing list