Commit 35d407e2 authored by Andreas Jung's avatar Andreas Jung

- requires Python 2.6

- keeping inofficial support for Python 2.5
- dropping any support for Python 2.4
parent f60aa9ac
......@@ -13,6 +13,10 @@ Features Added
- Include bytes limited cache size in the cache parameters ZMI screen.
- Officially supporting Python 2.6 only (with inofficial support for
Python 2.5) but dropping any support and responsibility for
Python 2.4.
Bugs Fixed
++++++++++
......
......@@ -15,8 +15,6 @@ available:
- A supported version of Python, including the development support if
installed from system-level packages. Supported versions include:
* 2.5.x, (x >= 4)
* 2.6.x
- Zope needs the Python ``zlib`` module to be importable. If you are
......@@ -335,8 +333,8 @@ a good place to start. You can access it at http://docs.zope.org/
Troubleshooting
===============
- This version of Zope requires Python 2.5.4 or better, including
2.6.x. It will *not* run with Python 3.x.
- This version of Zope requires Python 2.6.4 or better.
It will *not* run with Python 3.x.
- The Python you run Zope with *must* have threads compiled in,
which is the case for a vanilla build. Warning: Zope will not run
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment