Chris McDonough
2013-08-28 58951c0a9a4fc2a2122d88170b0761b1d89ea91c
refs
author Chris McDonough <chrism@plope.com>
Wednesday, August 28, 2013 09:39 +0200
committer Chris McDonough <chrism@plope.com>
Wednesday, August 28, 2013 09:39 +0200
commit58951c0a9a4fc2a2122d88170b0761b1d89ea91c
tree fe2aac9059f19cac92f42a63f048eab59ffc92c2 tree | zip | gz
parent 001c232fcfe7377b7b0e2d03dcbe68c7b7db0363 view | diff
- The ``route_url`` and ``route_path`` APIs no longer quote ``/``
to ``%2F`` when a replacement value contains a ``/``. This was pointless,
as WSGI servers always unquote the slash anyway, and Pyramid never sees the
quoted value.
3 files modified
21 ■■■■■ changed files
CHANGES.txt 5 ●●●●● diff | view | raw | blame | history
pyramid/tests/test_urldispatch.py 10 ●●●● diff | view | raw | blame | history
pyramid/urldispatch.py 6 ●●●●● diff | view | raw | blame | history