Nate Prewitt
Nate Prewitt
@sethmlarson what are your thoughts here? urllib3 has become more strict with what it will emit which is generally a positive but has broken some portions of the PreparedRequests workflow...
Hi @milanboers, the behavior you're seeing is documented and standard across other HTTP tools, so I'm not sure it's broadly unexpected. We can't remove this behavior since a significant portion...
Thanks for clarifying, I agree that behavior is a bit odd in the context of the top-level apis. `merge_environment_settings` is intended to mutate the input parameters and so I don't...
> * All other parameters to merge_environment_settings (url, stream, verify, cert) are not mutated, only proxies is. Well, to that point, `proxies` is the only mutable argument for `merge_environment_settings`. Everything...
Hi @brunns, thanks for bringing this to our attention. The domain is still owned by Kenneth and the maintainers haven't had access to it in quite some time. We'll reach...
It may be a CDN caching issue. My hunch would be once those expire, I'll be seeing the same.
For those looking for alternatives, https://requests.readthedocs.io/en/latest/ should be returning docs correctly again. This has been the "official" location for some time as we lack controls on the python-requests domains. I'll...
Providing a quick update for users following the issue. I've spoken with Kenneth, but we do not have a clear path to recovering the domain. We'd advise anyone currently blocked...
Thanks @kloczek, we'll take a look.
It looks like the audit trail was followed for the most part here. We did merge this into Requests in #3563, but it's in a separate branch that was intended...