Commit 847c507
Fix pip config parsing for multiple extra-index-urls
When pip config contains multiple extra-index-urls, `pip config list`
outputs them separated by literal `\n` characters. The previous regex
only split on whitespace, so multiple URLs were treated as a single
mangled value. Split on literal `\n` as well.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6ebc3e4 commit 847c507
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments