public inbox for [email protected]
help / color / mirror / Atom feedFrom: Karsten Hilbert <[email protected]>
To: [email protected]
Subject: Re: iterating over DictRow
Date: Sat, 26 Sep 2020 00:25:23 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<AM0PR07MB4036EA8B58205084F30DA2AC87390@AM0PR07MB4036.eurprd07.prod.outlook.com>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
On Fri, Sep 25, 2020 at 03:19:12PM -0700, Adrian Klaver wrote:
> > Sure, there's a number of solutions to my immediate problem,
> > the fitting of which is
> >
> > for key in dict(DictRow):
> >
> > That's the best fit because my
> >
> > def _escape_dict(the_dict, ...):
> >
> > was inaptly named. It should have been (and now is)
> >
> > def _escape_dict_like(dict_like, ...):
> >
> > within which
> >
> > dict(dict_like)
> >
> > is quite the thing to do despite having to make something a
> > duck which already nearly quacks like one is somehwat
> > unfortunate.
>
> I'm pretty sure DictRow has had the same behavior for some time so:
>
> Are you migrating from Python 2?
I did not too long ago.
> Or what changed that made this show up?
At the very core ? My grandpa was admitted to a hospital :-)
Karsten
--
GPG 40BE 5B0E C98E 1713 AFA6 5BC0 3BEA AC80 7D4F C89B
view thread (12+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: iterating over DictRow
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox