diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-14 01:19:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-14 01:19:40 -0400 |
| commit | b5ffe38cec2ac4bf8aa222204f32be9cca881dec (patch) | |
| tree | 9fb8b02b3fef99ed5dd8cb276a7314c45042ad2b /CHANGES.txt | |
| parent | 5c52daef7004a1e43a7c2fc25613e3d92c4b6b8e (diff) | |
| download | pyramid-b5ffe38cec2ac4bf8aa222204f32be9cca881dec.tar.gz pyramid-b5ffe38cec2ac4bf8aa222204f32be9cca881dec.tar.bz2 pyramid-b5ffe38cec2ac4bf8aa222204f32be9cca881dec.zip | |
- The ``settings`` dictionary now raises a deprecation warning when you
attempt to access its values via ``__getattr__`` instead of
via ``__getitem__``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 19d586ac9..3432f3954 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -81,6 +81,10 @@ Deprecations them may print a deprecation warning. All scaffolds and tutorials have been changed to use prefixed settings. +- The ``settings`` dictionary now raises a deprecation warning when you + attempt to access its values via ``__getattr__`` instead of + via ``__getitem__``. + Backwards Incompatibilities --------------------------- |
