Commit 9bda254
gh-129745: Fix urlparse example to properly parse params
Changed the example from using 'scheme://' to 'http://' so that the
params component is correctly parsed. The generic 'scheme' isn't in
the list of schemes that support params, so the example was showing
params remaining in the path rather than being extracted.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7e2c9bd commit 9bda254
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments