Commit 749975f3 authored by Andreas Jung's avatar Andreas Jung

Official support for one Python version (2.6 only)

parent 9ee51d6f
...@@ -11,6 +11,8 @@ Trunk (unreleased) ...@@ -11,6 +11,8 @@ Trunk (unreleased)
Restructuring Restructuring
+++++++++++++ +++++++++++++
- Requiring Python 2.6 officially
- Changed startup server tests in Zope2 to use a randomized port number, to - Changed startup server tests in Zope2 to use a randomized port number, to
allow the nightly buildbot to run the tests at the same time for multiple allow the nightly buildbot to run the tests at the same time for multiple
configurations without the port being already in use. configurations without the port being already in use.
......
...@@ -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.
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