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 /CHANGES.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 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1e143daa5..0f71105fe 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,10 @@ Documentation tutorials out of core documentation and into the Pyramid Tutorials site (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/). +- 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. + Bug Fixes --------- |
