Post request and encoding
Grant Edwards
grant.b.edwards at gmail.com
Mon Nov 2 13:54:18 EST 2020
On 2020-11-02, Ethan Furman <ethan at stoneleaf.us> wrote:
> On 11/2/20 9:32 AM, Karsten Hilbert wrote:
>
>> because .encode() does not operate in-place.
>
> Yeah, none of the string operations do, and it's embarrassing how
> many times that still bites me. :-/
I've been writing Python for a little over 20 years. In another 20
years, maybe I'll stop making that mistake. :)
More information about the Python-list
mailing list