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)
Restructuring
+++++++++++++
- Requiring Python 2.6 officially
- 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
configurations without the port being already in use.
......
......@@ -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.
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