File: Fix-urlquote-of-quoted-path-84cc1ff122dba279.yaml

package info (click to toggle)
python-requests-mock 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 616 kB
  • sloc: python: 2,268; makefile: 166
file content (3 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
---
fixes:
  - As part of 1.9.0 we started quoting unsafe URL characters. This was done incorrectly that meant we requoted existing quoted strings. Fixes #170.