diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-29 10:22:15 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-29 10:22:15 -0400 |
| commit | 0ff9d4fb7c23a505d11666dfd4410fb5d7a8d473 (patch) | |
| tree | 8ab3ddf592f21ba20ae8103842ccfe4944955d36 /CHANGES.txt | |
| parent | b5c0cb969c5b717e2cc95aa8738aa904f8dc2ccd (diff) | |
| download | pyramid-0ff9d4fb7c23a505d11666dfd4410fb5d7a8d473.tar.gz pyramid-0ff9d4fb7c23a505d11666dfd4410fb5d7a8d473.tar.bz2 pyramid-0ff9d4fb7c23a505d11666dfd4410fb5d7a8d473.zip | |
- 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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 48ef24417..ce42e2136 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,13 @@ 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. + 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 -------- |
