Re: Post request and encoding

2020-11-02 Thread Variable Starlight
No worries ☺

Den mån 2 nov. 2020 19:05Karsten Hilbert  skrev:

> On Mon, Nov 02, 2020 at 06:43:20PM +0100, Hernán De Angelis wrote:
>
> > I see, my mistake was (tacitly) assuming that encode() could work in
> place.
> >
> > Now I see that it should work in a previous line as you wrote.
> >
> > Thank you!
>
> Sure, and excuse my perhaps slightly terse tone in that earlier mail ...
>
> Karsten
>
> --
> GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Post request and encoding

2020-11-02 Thread Variable Starlight
Thanks, I now learned the lesson. 👍

Den mån 2 nov. 2020 18:58Ethan Furman  skrev:

> 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.  :-/
>
> --
> ~Ethan~
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list