Open melak opened 4 years ago
The user agent string is Python-urllib/<python-version>, i.e. Python-urllib/2.7 or Python-urllib/3.8. I suppose it should pretty much be handled the same as LWP is handled.
Python-urllib/<python-version>
Python-urllib/2.7
Python-urllib/3.8
Thanks @melak! I would accept a pull request for this.
The user agent string is
Python-urllib/<python-version>
, i.e.Python-urllib/2.7
orPython-urllib/3.8
. I suppose it should pretty much be handled the same as LWP is handled.