summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-20 13:52:03 -0500
committerChris McDonough <chrism@plope.com>2010-11-20 13:52:03 -0500
commit35ce2adb609bfb3db346bc8cc937d13a0d2dddcd (patch)
treed95552d47840c9f0923b5ca912dde0b80654e287 /TODO.txt
parent12f38891a8c478787b06073d2d443827bbb95fb0 (diff)
downloadpyramid-35ce2adb609bfb3db346bc8cc937d13a0d2dddcd.tar.gz
pyramid-35ce2adb609bfb3db346bc8cc937d13a0d2dddcd.tar.bz2
pyramid-35ce2adb609bfb3db346bc8cc937d13a0d2dddcd.zip
- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``
if the import that failed was unrelated to the import requested via a dotted name when resolving dotted names (such as view dotted names).
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index f1db6f758..e1692695c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -37,10 +37,6 @@ Must-Have (before 1.0)
- Better ``config.add_handler`` documentation.
-- Fix DottedNameResolver to not convert ImportError to ConfigurationError if
- the import that failed was unrelated to the import requested via a dotted
- name.
-
Should-Have
-----------