Chris McDonough
2010-11-22 00fb8b0d7b5dbbf44d28b9af538dc81a58550f67
add link in add_handler method to handlers chapter
2 files modified
4 ■■■■ changed files
TODO.txt 2 ●●●●● patch | view | raw | blame | history
pyramid/configuration.py 2 ●●●●● patch | view | raw | blame | history
TODO.txt
@@ -14,8 +14,6 @@
- Use ``@register_view`` instead of ``@view_config`` and change view docs to
  use "view registration" instead of "view configuration".
- Better ``config.add_handler`` documentation.
Should-Have
-----------
pyramid/configuration.py
@@ -704,6 +704,8 @@
        Any extra keyword arguments are passed along to ``add_route``.
        See :ref:`handlers_chapter` for more explanatory documentation.
        This method returns the result of add_route."""
        handler = self.maybe_dotted(handler)