summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-29 02:50:19 -0500
committerChris McDonough <chrism@plope.com>2011-01-29 02:50:19 -0500
commiteac19863562e6ad0658ccc15c84637cd79ea8d7c (patch)
tree260de2d736168e371e2f6fe951383ee3ce746381 /TODO.txt
parent9afa52f0783d77b19e6ff0a509c5d556950a8a46 (diff)
downloadpyramid-eac19863562e6ad0658ccc15c84637cd79ea8d7c.tar.gz
pyramid-eac19863562e6ad0658ccc15c84637cd79ea8d7c.tar.bz2
pyramid-eac19863562e6ad0658ccc15c84637cd79ea8d7c.zip
- Changed "Cleaning up After a Request" section in the URL Dispatch chapter
to use ``request.add_finished_callback`` instead of jamming an object with a ``__del__`` into the WSGI environment.
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 750bbf56f..bd63d1609 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,9 +7,6 @@ Before Release
- https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it
possible to render a static site from a static dir).
-- Change "Cleaning up After a Request" in the urldispatch chapter to
- use ``request.add_response_callback``.
-
Should-Have
-----------