-
BPO | [20271](https://bugs.python.org/issue20271)
--- | :---
Nosy | @gvanrossum, @orsenthil, @vadmium, @serhiy-storchaka, @1st1, @demianbrecht, @tirkarthi
Dependencies | bpo-20270: urllib.parse doesn&…
-
-
Currently the internet.nl tool does not detect erroneous [URI](https://www.rfc-editor.org/rfc/rfc7489#section-6.2)s in rua or ruf tags and in consequence it doesn't mark the test as failure. Instead i…
-
When using `email_url`, if your username or password includes a `+` then the function will unquote it (change it to a space), breaking the value.
AWS SES passwords **can and do** have `+` in them.
…
-
While running the scripy i get this error:
Dowloading 1/2024
Traceback (most recent call last):
File "DownloadAllSnapchatMemories.py", line 33, in
file_name = urlparse.urlparse(url).path.…
-
BPO | [18191](https://bugs.python.org/issue18191)
--- | :---
Nosy | @vstinner, @dhellmann, @jd, @berkerpeksag, @serhiy-storchaka
Dependencies | bpo-20270: urllib.parse doesn't work with empty por…
-
Hey there, when attempting to use this library on python 3.6.5 I encountered a few import errors. This was previously tracked and closed without being fixed in: https://github.com/mitsuhiko/flask-oaut…
-
It would seem that the urlparse module is no longer available in python and I am unable to find a suitable replacement. What are your suggestions?
-
BPO | [43871](https://bugs.python.org/issue43871)
--- | :---
Nosy | @orsenthil, @vstinner, @tirkarthi, @p-alik, @miguendes
PRs | python/cpython#25774
*Note: these values reflect the state of the issu…
-
In its current implementation Session.get_adapter turns url to lowercase in line 637. If it is aiming for case-insensitive compare it should also turn prefix variable to lowercase in the same line or …