Commit 1be6ccd
Correct the description of the 3.7 change in urllib.parse.quote (pythonGH-17065)
`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.1 parent 620716d commit 1be6ccd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
| 532 | + | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
0 commit comments