summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-14 00:53:53 -0400
committerChris McDonough <chrism@plope.com>2011-08-14 00:53:53 -0400
commit5c52daef7004a1e43a7c2fc25613e3d92c4b6b8e (patch)
tree63e3b5b77f7904799bff1029de7804a62f7e973e /TODO.txt
parent5396466b819692ae0d1ea2b78e6df6093545963a (diff)
downloadpyramid-5c52daef7004a1e43a7c2fc25613e3d92c4b6b8e.tar.gz
pyramid-5c52daef7004a1e43a7c2fc25613e3d92c4b6b8e.tar.bz2
pyramid-5c52daef7004a1e43a7c2fc25613e3d92c4b6b8e.zip
- Added the ``pyramid.interfaces.IDict`` interface representing the methods
of a dictionary, for documentation purposes only (IMultiDict and IBeforeRender inherit from it). - Previously the ``pyramid.events.BeforeRender`` event *wrapped* a dictionary (it addressed it as its ``_system`` attribute). Now it *is* a dictionary (it inherits from ``dict``), and it's the value that is passed to templates as a top-level dictionary.
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 60c758ef2..87dd3fae8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -10,9 +10,6 @@ Should-Have
- Make it possible to use tween aliases in explicit tween config? If not,
the tween factories of all add-ons must be APIs.
-- BeforeRender event subclasses dict but implements a bunch of shit. Its
- repr is currently broken (it always shows empty). Decide what to do.
-
- Come up with an analogue of repoze.zodbconn that doesn't require a closer
in the pipeline and use it in the ZODB scaffold and tutorial.