Commit 177b6d7e authored by Hanno Schlichting's avatar Hanno Schlichting

Declare official support for Python 2.7, thanks everyone and especially David Glick!

parent 1a5467a2
......@@ -22,6 +22,8 @@ Bugs Fixed
Features Added
++++++++++++++
- Added official support for Python 2.7.
- Added a new API ``get_packages_to_initialize`` to ``OFS.metaconfigure``.
This replaces any direct access to ``Products._packages_to_initialize``.
The OFS.Application.install_package function takes care of removing entries
......
......@@ -24,6 +24,7 @@ available:
installed from system-level packages. Supported versions include:
* 2.6.x
* 2.7.x
- Zope needs the Python ``zlib`` module to be importable. If you are
building your own Python from source, please be sure that you have the
......
......@@ -16,6 +16,7 @@ available:
installed from system-level packages. Supported versions include:
* 2.6.x
* 2.7.x
- Zope needs the Python ``zlib`` module to be importable. If you are
building your own Python from source, please be sure that you have the
......@@ -49,7 +50,7 @@ the latest release from the `virtualenv PyPI page
$ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.4.6.tar.gz
$ tar xzf virtualenv-1.4.6.tar.gz
$ cd virtuaenv-1.4.6
$ /path/to/python2.6 setup.py install
$ /path/to/python2.7 setup.py install
If you wish to manage your Zope instance using
buildout, please see the :doc:`INSTALL-buildout`.
......
......@@ -8,6 +8,19 @@ You can have a look at the `detailed change log <CHANGES.html>`_ to learn
about all minor new features and bugs being solved in this release.
Python 2.7
----------
This release of Zope 2 adds support for
`Python 2.7 <http://www.python.org/download/releases/2.7/>`_. Please refer to
the `What's new in Python 2.7 <http://docs.python.org/dev/whatsnew/2.7.html>`_
document, if you want to know more about the changes.
Zope 2.13 is continuing to support Python 2.6.4 or any later maintenance release
of it. There's currently no support for any Python 3.x version. Work has begun
in the Zope Toolkit to port some of the lower level packages to Python 3.
ZODB 3.10
---------
......
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