Pyramid 1.4b2 has been released. Here's what happened since the last
release in the 1.4 series (1.4b1):
1.4b2 (2012-12-10)
==================
Docs
----
- Scaffolding is now PEP-8 compliant (at least for a brief shining
moment).
- Tutorial improvements.
Backwards Incompatibilities
---------------------------
- Modified the ``_depth`` argument to ``pyramid.view.view_config``
to accept a value relative to the invocation of ``view_config``
itself. Thus, when it was previously expecting a value of ``1`` or
greater, to reflect that the caller of ``view_config`` is 1 stack
frame away from ``venusian.attach``, this implementation detail is
now hidden.
- Modified the ``_backframes`` argument to
``pyramid.util.action_method`` in a similar way to the changes
described to ``_depth`` above. This argument remains
undocumented, but might be used in the wild by some insane person.
A detailed "What's New in Pyramid 1.4" document is available at
<
http://docs.pylonsproject.org/projects/pyramid/en/master/whatsnew-1.4.html>
Pyramid 1.4b2 requires Python 2.6, 2.7, 3.2 or 3.3.
The documentation for the release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/ .
You can install it via PyPI:
easy_install Pyramid==1.4b2
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues
Thanks!
- C