]> git.ipfire.org Git - thirdparty/starlette.git/commit
Fix regression on route names with colons (#1675)
authorFlorimond Manca <florimond.manca@protonmail.com>
Sat, 4 Jun 2022 16:14:49 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 16:14:49 +0000 (18:14 +0200)
commitb588ebed36c2934b33ad3b0221d79bd8b7a4817f
tree1bcc9d17367a7df2149471b5f0960e79e0749263
parent9ef1b91c9c043197da6c3f38aa153fd874b95527
Fix regression on route names with colons (#1675)

Co-authored-by: Bodo Graumann <mail@bodograumann.de>
starlette/routing.py
tests/test_routing.py