william.ayd <[email protected]> added the comment:
Semantics aside is it still the intended behavior that these calls should work:
urllib.parse.quote("/", safe='')
AND
urllib.parse.quote("/", safe=[])
But that this should raise?
urllib.parse.quote("/", safe=None)
IMO seems counterintuitive
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com