python / cpython

The Python programming language
https://www.python.org
Other
63.59k stars 30.46k forks source link

GH-125866: Preserve Windows drive letter case in file URIs #127138

Open barneygale opened 12 hours ago

barneygale commented 12 hours ago

Stop converting Windows drive letters to uppercase in urllib.request.pathname2url() and url2pathname(). This behaviour is unexpected and inconsistent with pathlib's file URI implementation.


📚 Documentation preview 📚: https://cpython-previews--127138.org.readthedocs.build/