summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-13 06:11:26 -0400
committerChris McDonough <chrism@plope.com>2011-08-13 06:11:26 -0400
commit157c29002377b65834a960fd2d59c40bdd43f417 (patch)
treedaac5767f3da29ed9191c7cb9715f6c9ac967939 /TODO.txt
parent956c56bd1e80818c1aa98609a6a9f2fdd8f393ae (diff)
downloadpyramid-157c29002377b65834a960fd2d59c40bdd43f417.tar.gz
pyramid-157c29002377b65834a960fd2d59c40bdd43f417.tar.bz2
pyramid-157c29002377b65834a960fd2d59c40bdd43f417.zip
disallow adding a tween factory which is an instance without passing its globally importable name
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 91bb528a8..d3609604d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -13,8 +13,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.
-- Tween factories that are instances get a weird name. Disallow?
-
- BeforeRender event subclasses dict but implements a bunch of shit. Its
repr is currently broken (it always shows empty). Decide what to do.