diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-14 05:23:25 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-14 05:23:25 -0500 |
| commit | 5ad401ad0b7692e55c21662416642b8ac0fde449 (patch) | |
| tree | fe678c1d0b3bfa60bdde91c097b3fc016a7cea24 /CHANGES.txt | |
| parent | e45c8075bda2012fef878774812a683750406fff (diff) | |
| download | pyramid-5ad401ad0b7692e55c21662416642b8ac0fde449.tar.gz pyramid-5ad401ad0b7692e55c21662416642b8ac0fde449.tar.bz2 pyramid-5ad401ad0b7692e55c21662416642b8ac0fde449.zip | |
- Better error message when a .pyc-only module is ``config.include`` -ed.
This is not permitted due to error reporting requirements, and a better
error message is shown when it is attempted. Previously it would fail with
something like "AttributeError: 'NoneType' object has no attribute
'rfind'".
Fixed #420.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 411681d81..6bea84e2f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,12 @@ Features The error message now contains information about the view callable itself as well as the result of calling it. +- Better error message when a .pyc-only module is ``config.include`` -ed. + This is not permitted due to error reporting requirements, and a better + error message is shown when it is attempted. Previously it would fail with + something like "AttributeError: 'NoneType' object has no attribute + 'rfind'". + Dependencies ------------ |
