Chris McDonough
2013-09-09 72b93ff249c792381f3628b36541a318f8666e6e
garden
1 files modified
8 ■■■■■ changed files
TODO.txt 8 ●●●●● patch | view | raw | blame | history
TODO.txt
@@ -121,14 +121,12 @@
Future
------
- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the
  original dict (after ``__getattr__`` deprecation period, it was deprecated
  in 1.2).
- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
  add_request_method, schedule removal for 1.8?
- 1.5: Remove pyramid.config.rendering set_renderer_globals_factory maybe.
- 1.6: turn ``pyramid.settings.Settings`` into a function that returns the
  original dict (after ``__getattr__`` deprecation period, it was deprecated
  in 1.2).
- 1.6: Remove IContextURL and TraversalContextURL.