Seth Michael Larson
Seth Michael Larson
You'd run into problems where the code is used within a read-only file system. There would also be problems with type hints/suggestions when developing with the code.
Hm, maybe we'll have to use both InetNtopW and fallback on WSAAddressToStringA which is strange because WSAAddressToStringA was added to Windows at the same time as InetNtopW per the docs?...
I can add it back as a fallback, let me just test it.
I'd accept a PR adding support for the fallback.
@arithmetic1728 Happy to hear you're willing to migrate! :partying_face: I [opened an issue](https://github.com/urllib3/urllib3/issues/3126) to remove the deprecation warning for pyOpenSSL. The `RequestMethods` class is private, since it's really just a...
It is in the context of the CPython release process, we'd like to adopt v2 but I noticed this while testing out the sigstore-python release candidates. The current guidance for...
You're right that something changed, I believe this is caused by us favoring `utf-8` encoding of strings in v2.0 instead of `latin-1` in v1.26.x.
Thinking about the long-term vision for urllib3, I don't think there's a "right" default for us in this situation. Historically we've done `latin-1`, we know the web is almost all...
I agree completely with @oinopion's proposal, let's do that if no one else objects? Going to require @pquentin's review on any potential PRs since he was involved in the discussion.
We're aware, see https://github.com/psf/requests/issues/2690 which is documented in the README.