forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urlib.request has the wrong output? or is jupyter understanding #182
Comments
Kreijstal
changed the title
urlib.request has the wrong output
urlib.request has the wrong output? or is jupyter understanding
Nov 19, 2024
I think that might have been fixed here: python#126214 Could you try in CPython |
yeah, it was already fixed, I retract the PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
msys2/MINGW-packages#21139
Bug report
cpython-mingw/Lib/nturl2path.py
Line 45 in d21f60d
While the output should be
'//C:/Users/kreij/AppData/Roaming/jupyter/runtime/jpserver-18504-open.html'
With 3 '/' aka
file:///
no browser gets launchedOn my computer when I open explorer.exe and insert
file:///C://Users/kreij/AppData/Roaming/jupyter/runtime/jpserver-18504-open.html
nothing happens, but when I insert
file://C:/Users/kreij/AppData/Roaming/jupyter/runtime/jpserver-18504-open.html
a browser gets launched
Fixing this would fix the jupyter problem
Your environment
mingw64
The text was updated successfully, but these errors were encountered: