[issue44810] nturl2path: drive definition

2021-08-02 Thread Nick
Nick added the comment: For the visualization I created a PR with a possible fix. (The link is set into the corresponding field.) If everything is OK, I will perform all the required things like the CLA, news entry... -- ___ Python tracker

[issue44810] nturl2path: drive definition

2021-08-02 Thread Nick
Change by Nick : -- keywords: +patch pull_requests: +26058 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27552 ___ Python tracker ___

[issue44810] nturl2path: drive definition

2021-08-02 Thread Nick
New submission from Nick : Due some problem in a third-party package the `url2path` function from `nturl2path` got `a/"https://b"` (without `, `a`,`b` are just masks ) as the first and only argument. In the function there is the following code (