Pyramid 1.3b2 has been released. 1.3b2 is the second beta release in
the 1.3 series. Here's what happened:
1.3b2 (2012-03-02)
==================
Bug Fixes
---------
- The method ``pyramid.request.Request.partial_application_url`` is
no longer in the API docs. It was meant to be a private method;
its publication in the documentation as an API method was a
mistake, and it has been renamed to something private.
- When a static view was registered using an absolute filesystem
path on Windows, the ``request.static_url`` function did not work
to generate URLs to its resources. Symptom: "No static URL
definition matching c:\foo\bar\baz".
- Make all tests pass on Windows XP.
- Bug in ACL authentication checking on Python 3: the ``permits``
and ``principals_allowed_by_permission`` method of
``pyramid.authorization.ACLAuthenticationPolicy`` could return an
inappropriate ``True`` value when a permission on an ACL was a
string rather than a sequence, and then only if the ACL permission
string was a substring of the ``permission`` value passed to the
function.
This bug effects no Pyramid deployment under Python 2; it is a bug
that exists only in deployments running on Python 3. It has
existed since Pyramid 1.3a1.
This bug was due to the presence of an ``__iter__`` attribute on
strings under Python 3 which is not present under strings in
Python 2.
The documentation for the 1.3b2 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.3b2 via PyPI:
easy_install Pyramid==1.3b2
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.