diff options
| author | ianb <devnull@localhost> | 2007-04-06 16:24:14 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-04-06 16:24:14 +0000 |
| commit | 2013650a6e21d572ab5f67a5d52efedd2e5b03d8 (patch) | |
| tree | ae1d6fe5f1b404aabe6812844b317c1a79d5fe0b /docs | |
| parent | e894ce17cea713c1963d7d953e1fa2ffcdce7388 (diff) | |
| download | paste-2013650a6e21d572ab5f67a5d52efedd2e5b03d8.tar.gz | |
Added StackedObjectProxy._object_stack()
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt index 186f2d5..bc71326 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -18,6 +18,11 @@ svn trunk * In ``paste.exceptions`` always call ``start_response``; may help problems when there is an exception in ``start_response`` itself. +* Added method to ``paste.registry.StackedObjectProxy``, + ``_object_stack()``, which returns a list of all the registered + objects. Useful if you want to search through the effective history + of a stacked object. + 1.3 --- |
