Pyramid 1.3.4 has been released. It is a maintenance release in the 1.3
series. Here's what happened since the last release (1.3.3):
1.3.4 (2012-09-15)
==================
- When ``pyramid.debug_routematch`` was turned on and the ``traverse``
predicate was used in any route, the router would raise an exception
when trying to print the route debugging information. This bug has
existed since 1.3a1.
- When the ``traverse`` predicate was used in any route, ``proutes``
and ``pviews`` console scripts would raise an exception when trying
to print the route debugging information. This bug has existed
since 1.3a1.
- Backport bug fix from master: - In Mako Templates lookup, check for
absolute uri (using mako directories) when mixing up inheritance
with asset specs. https://github.com/Pylons/pyramid/issues/662
- When registering multiple views with an ``accept`` predicate in a
Pyramid application runing under Python 3, you might have received a
``TypeError: unorderable types: function() < function()`` exception.
- Backport from master: HTTP Accept headers were not being normalized
causing potentially conflicting view registrations to go
unnoticed. Two views that only differ in the case ('text/html'
vs. 'text/HTML') will now raise an error.
https://github.com/Pylons/pyramid/pull/620
The documentation for the 1.3.4 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/
You can install 1.3.4 via PyPI:
easy_install Pyramid==1.3.4
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues
Thanks!
- C
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.