Commit 4b2d9d7e authored by Hanno Schlichting's avatar Hanno Schlichting

Some doc cleanup

parent 6cdc1d6f
...@@ -46,9 +46,9 @@ If you don't already have ``virtualenv`` installed on your system, download ...@@ -46,9 +46,9 @@ If you don't already have ``virtualenv`` installed on your system, download
the latest release from the `virtualenv PyPI page the latest release from the `virtualenv PyPI page
<http://pypi.python.org/pypi/virtualenv>`_, unpack it, and install it, e.g.:: <http://pypi.python.org/pypi/virtualenv>`_, unpack it, and install it, e.g.::
$ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.4.5.tar.gz $ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.4.6.tar.gz
$ tar xzf virtualenv-1.4.5.tar.gz $ tar xzf virtualenv-1.4.6.tar.gz
$ cd virtuaenv-1.4.5 $ cd virtuaenv-1.4.6
$ /path/to/python2.6 setup.py install $ /path/to/python2.6 setup.py install
If you wish to manage your Zope instance using If you wish to manage your Zope instance using
......
...@@ -14,10 +14,11 @@ Support for newer Python versions ...@@ -14,10 +14,11 @@ Support for newer Python versions
Zope 2 has supported and required Python 2.4 since its 2.9 release in summer Zope 2 has supported and required Python 2.4 since its 2.9 release in summer
2006. Later versions of Python have so far been unsupported by Zope 2. 2006. Later versions of Python have so far been unsupported by Zope 2.
This version of Zope 2 adds support for both Python 2.5 and 2.6 at the same This version of Zope 2 adds support for Python 2.6 instead. As neither Python
time. As Python 2.4 is no longer maintained itself, it is no longer officially 2.4 nor Python 2.5 are officially maintained any longer. Python 2.4 on 64-bit
supported by this Zope 2 version. Python 2.4 on 64-bit platforms is known to platforms is known to be incompatible with Zope 2.12. On 32-bit it could work
be incompatible with Zope 2.12. On 32-bit it could work at your own risk. at your own risk. While there are no known incompatibilities with Python 2.5
it is not recommended.
Python 3 is a backwards incompatible release of Python and not supported. At Python 3 is a backwards incompatible release of Python and not supported. At
this point there is no concrete roadmap for adoption of Python 3. It is this point there is no concrete roadmap for adoption of Python 3. It is
...@@ -63,8 +64,8 @@ zope.interface, zope.component, zope.i18n, zope.tal and many more. ...@@ -63,8 +64,8 @@ zope.interface, zope.component, zope.i18n, zope.tal and many more.
Zope 2.12 marks a transitionary release, where a number of zope.app packages Zope 2.12 marks a transitionary release, where a number of zope.app packages
are still included. An ongoing effort to refactor those packages into more are still included. An ongoing effort to refactor those packages into more
reusable and minimal packages is going on and will result in no zope.app reusable and minimal packages is going on and will result in no zope.app
packages being used or shipped with anymore as part of Zope 2. Based on packages being used or shipped with anymore as part of Zope 2. Zope 2.13 does
current progress Zope 2.13 will no longer ship with any zope.app packages. no longer ship with any zope.app packages.
If you are using zope.app packages inside your own codebase, you should make If you are using zope.app packages inside your own codebase, you should make
sure to declare these as dependencies of your packages or otherwise follow the sure to declare these as dependencies of your packages or otherwise follow the
......
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