summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-04 00:04:12 -0400
committerChris McDonough <chrism@plope.com>2011-09-04 00:04:12 -0400
commit25be339daa0448bf64b4dba03c08205b571a1cb0 (patch)
tree64e593de7a874978d780e7dbfc1cbb20d0d5bac1 /TODO.txt
parentd54b1066219cd4fca5ccaa8fc39f9c83ef355d31 (diff)
downloadpyramid-25be339daa0448bf64b4dba03c08205b571a1cb0.tar.gz
pyramid-25be339daa0448bf64b4dba03c08205b571a1cb0.tar.bz2
pyramid-25be339daa0448bf64b4dba03c08205b571a1cb0.zip
remove documentation and todo mentions of zope.configuration
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 984d04404..ccb5d3e39 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -79,9 +79,6 @@ Future
- 1.3/1.4: use zope.registry rather than zope.component.
-- 1.3/1.4: get rid of zope.configuration dependency. This will also speed up
- startup time (defer _bootstrap and registerCommonDirectives() until needed).
-
- 1.3: Michael's route group work
- 1.3: Add a default-view-config-params decorator that can be applied to a