FixedPoint

Mark McEahern marklists at mceahern.com
Thu Feb 7 17:06:08 EST 2002


Steve Holden wrote:
> Oh, no, don't go changing other modules to fix this. Hadn't read your post
> carefully enough to realize your problems were occurring with database
> access.

As it turns out, Gerhard Häring replied to the thread and he seems to want
to fix the x == None stuff.  Also, his post made me realize that PyPgSql
will look for and call a _quote() method on params so that I don't have to
resort to my goofy fix of making __repr__ return str(self).

It's all good.

Cheers,

// mark





More information about the Python-list mailing list