Files
typeshed/stdlib/urllib
Shantanu feb20fc20a urllib.request: loosen data type (#7211)
Fixes #7208

This is what urllib.request claims to support over here:
ad4e8d2b87/Lib/urllib/request.py (L1276)

There is additional validation logic (e.g. strs don't work), but a lot
of what determines what works is over here:
ad4e8d2b87/Lib/http/client.py (L1039)
2022-02-15 06:44:28 -08:00
..
2022-01-30 16:27:06 -08:00