Hunter Senft-Grupp
2018-05-16 f6aee3428aa70bc8d09ccee46076d0f415c3965d
Updated CHANGES.rst and fixed versionadded to be correct
2 files modified
7 ■■■■ changed files
CHANGES.rst 5 ●●●●● patch | view | raw | blame | history
pyramid/config/routes.py 2 ●●● patch | view | raw | blame | history
CHANGES.rst
@@ -25,6 +25,11 @@
  imports from `cherrypy.wsgiserver`.
  See https://github.com/Pylons/pyramid/pull/3235
- Add a context manager ``route_prefix_context`` to the
  ``pyramid.config.Configurator`` to allow for convenient setting of the
  route_prefix for ``include`` and ``add_route`` calls inside the context.
  See https://github.com/Pylons/pyramid/pull/3279
Bug Fixes
---------
pyramid/config/routes.py
@@ -488,7 +488,7 @@
          A string suitable to be used as a route prefix, or ``None``.
        .. versionadded:: 1.9.10
        .. versionadded:: 1.10
        """
        original_route_prefix = self.route_prefix