Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
177b6d7e
Commit
177b6d7e
authored
Jul 09, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare official support for Python 2.7, thanks everyone and especially David Glick!
parent
1a5467a2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
1 deletion
+18
-1
doc/CHANGES.rst
doc/CHANGES.rst
+2
-0
doc/INSTALL-buildout.rst
doc/INSTALL-buildout.rst
+1
-0
doc/INSTALL.rst
doc/INSTALL.rst
+2
-1
doc/WHATSNEW.rst
doc/WHATSNEW.rst
+13
-0
No files found.
doc/CHANGES.rst
View file @
177b6d7e
...
...
@@ -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
...
...
doc/INSTALL-buildout.rst
View file @
177b6d7e
...
...
@@ -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
...
...
doc/INSTALL.rst
View file @
177b6d7e
...
...
@@ -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`.
...
...
doc/WHATSNEW.rst
View file @
177b6d7e
...
...
@@ -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
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment