| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add `tests.test_nturl2path` to exercise `nturl2path`. `nturl2path` is currently used by `urllib` and tested by `test_urllib`, but that will change when we deprecate `nturl2path` and add support for Windows paths/URLs in `urllib` itself.
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
I split out the nturl2path tests 8 months ago. This PR does more and includes it. Maybe I'll close my PR after this merge? |
Sorry, something went wrong.
Thanks for the info - sorry I didn't spot your PR before. It looks like we arrived at a similar place. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Deprecate the nturl2path module. Its functionality is merged into urllib.request.
Add tests.test_nturl2path to exercise nturl2path, as it's no longer covered by test_urllib.