Overview
Request 822410 accepted
- update to 20.4.1
* Support for Python 3.8 and PyPy3: treq is now tested with these interpreters.
* `treq.client.HTTPClient.request()` and its aliases no longer raise `UnicodeEncodeError` when passed a Unicode *url* and non-empty *params*.
* In treq 20.3.0 the *params* argument didn't accept parameter names or values that contain the characters ``&`` or ``#``.
- Created by mcalabkova
- In state accepted
Request History
mcalabkova created request
- update to 20.4.1
* Support for Python 3.8 and PyPy3: treq is now tested with these interpreters.
* `treq.client.HTTPClient.request()` and its aliases no longer raise `UnicodeEncodeError` when passed a Unicode *url* and non-empty *params*.
* In treq 20.3.0 the *params* argument didn't accept parameter names or values that contain the characters ``&`` or ``#``.
scarabeus_iv accepted request