summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-14 05:23:25 -0500
committerChris McDonough <chrism@plope.com>2012-02-14 05:23:25 -0500
commit5ad401ad0b7692e55c21662416642b8ac0fde449 (patch)
treefe678c1d0b3bfa60bdde91c097b3fc016a7cea24 /CHANGES.txt
parente45c8075bda2012fef878774812a683750406fff (diff)
downloadpyramid-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.txt6
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
------------