GoPLS integration breaking in ViM after upgrade to Fedora because of subtle differences in #Python 3.14 was definitely not on my bingo for today.
YouCompleteMe uses the following Python code:
urllib.parse.urljoin('file:', urllib.request.pathname2url('/path/to/project'))
This produces file:///path/to/project on Python 3.10 but file:/path/to/project on 3.14. Now I'm really curious why.