Pyramid 1.2a3 has been released.  The changes from 1.2a2 are as
follows:

  Bug Fixes
  ---------

  - Pyramid did not properly generate static URLs using
    ``pyramid.url.static_url`` when passed a caller-package relative
    path due to a refactoring done in 1.2a1.

  - The ``settings`` object emitted a deprecation warning any time
    ``__getattr__`` was called upon it.  However, there are legitimate
    situations in which ``__getattr__`` is called on arbitrary objects
    (e.g. ``hasattr``).  Now, the ``settings`` object only emits the
    warning upon successful lookup.

  Internal
  --------

  - Use ``config.with_package`` in view_config decorator rather than
    manufacturing a new renderer helper (cleanup).

A "What's New In Pyramid 1.2" document exists at
http://docs.pylonsproject.org/projects/pyramid/1.2/whatsnew-1.2.html .

You will be able to see the 1.2 release documentation (across all
alphas and betas, as well as when it eventually gets to final release)
at http://docs.pylonsproject.org/projects/pyramid/1.2/ .

You can install it via PyPI:

  easy_install Pyramid==1.2a3

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