From 12cef0ee3526d7a024b9c328fd75e64565f02519 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 20 Aug 2011 11:34:16 -0400 Subject: - New request methods: ``current_route_url``, ``current_route_path``. - New function in ``pyramid.url``: ``current_route_path``. --- TODO.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 2c474f289..9b481becb 100644 --- a/TODO.txt +++ b/TODO.txt @@ -11,8 +11,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. -- Create a ``current_route_path`` function and make it a method of request? - - "static_path" API (omit host and port)? Nice-to-Have @@ -34,7 +32,7 @@ Nice-to-Have - Some sort of API for rendering a view callable object to a response from within another view callable. -- 1.4: turn ``pyramid.settings.Settings`` into a function that returns the +- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the original dict (after ``__getattr__`` deprecation period, it was deprecated in 1.2). -- cgit v1.2.3