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

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
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.