Pyramid 1.3a5  has been released.

1.3a5 is another alpha in the 1.3 series; it has a bug fix and a minor
backwards incompatibility.

Here's what happened in 1.3a5:

    1.3a5 (2012-01-09)
    ==================

    Bug Fixes
    ---------

    - The ``pyramid.view.view_defaults`` decorator did not work
      properly when more than one view relied on the defaults being
      different for configuration conflict resolution.  See
      https://github.com/Pylons/pyramid/issues/394.

    Backwards Incompatibilities
    ---------------------------

    - The ``path_info`` route and view predicates now match against
      ``request.upath_info`` (Unicode) rather than
      ``request.path_info`` (indeterminate value based on Python 3
      vs. Python 2).  This has to be done to normalize matching on
      Python 2 and Python 3.

The documentation for the 1.3a5 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/

A detailed "What's New in Pyramid 1.3" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html

You can install 1.3a5 via PyPI:

  easy_install Pyramid==1.3a5

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.

Reply via email to