diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-29 02:50:19 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-29 02:50:19 -0500 |
| commit | eac19863562e6ad0658ccc15c84637cd79ea8d7c (patch) | |
| tree | 260de2d736168e371e2f6fe951383ee3ce746381 /TODO.txt | |
| parent | 9afa52f0783d77b19e6ff0a509c5d556950a8a46 (diff) | |
| download | pyramid-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.txt | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 ----------- |
