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 ...@@ -13,6 +13,10 @@ Features Added
- Include bytes limited cache size in the cache parameters ZMI screen. - 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 Bugs Fixed
++++++++++ ++++++++++
......
...@@ -15,8 +15,6 @@ available: ...@@ -15,8 +15,6 @@ available:
- A supported version of Python, including the development support if - A supported version of Python, including the development support if
installed from system-level packages. Supported versions include: installed from system-level packages. Supported versions include:
* 2.5.x, (x >= 4)
* 2.6.x * 2.6.x
- Zope needs the Python ``zlib`` module to be importable. If you are - 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/ ...@@ -335,8 +333,8 @@ a good place to start. You can access it at http://docs.zope.org/
Troubleshooting Troubleshooting
=============== ===============
- This version of Zope requires Python 2.5.4 or better, including - This version of Zope requires Python 2.6.4 or better.
2.6.x. It will *not* run with Python 3.x. It will *not* run with Python 3.x.
- The Python you run Zope with *must* have threads compiled in, - The Python you run Zope with *must* have threads compiled in,
which is the case for a vanilla build. Warning: Zope will not run 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