blob: 047db6472b4a258437886a0d4e645b700f789b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Next release
============
Features
--------
- Python 3.2 compatibility (except for Paste scaffolding and paster commands,
which do not work, because Paste has not been ported to Python 3 yet).
- Lone instance methods can now be treated as view callables (see
https://github.com/Pylons/pyramid/pull/283).
Backwards Incompatibilities
---------------------------
- Pyramid no longer runs on Python 2.5 (which includes the most recent
release of Jython, and the current version of GAE).
Dependencies
------------
- Pyramid no longer depends on the zope.component package, except as a
testing dependency.
- Pyramid now depends on a zope.interface>=3.8.0, WebOb>=1.2dev,
repoze.lru>=0.4, zope.deprecation>=3.5.0, translationstring>=0.4 (for
Python 3 compatibility purposes). It also, as a testing dependency,
depends on WebTest>=1.3.1 for the same reason.
|