So you beat me to it, Massimo!  I needed to do a little background
study.  I downloaded and installed Mercurial for the Mac, then I
cloned the repository at google.  I went to make my change to sql.py
and found you'd beat me to it!

But next time, I'll be better prepared to send you a patch.  I'm up to
date and pulling the latest sources now -- I don't want to be a bad
citizen by sending patches on old code.

I think I'll nose around a little and see if I can discover where the
files are not being closed.  The PyPy site specifically states that
files do NOT get closed automatically when they go out of scope (seem
like kind of a big difference to me) so that is where I will look.

Joe Barnhart

On Mar 20, 5:34 pm, mdipierro <[email protected]> wrote:
> On Mar 20, 2:58 pm, Joe  Barnhart <[email protected]> wrote:
>
> > OK -- more info.
>
> > I discovered that sqlite3 was not being loaded by sql.py in gluon.
> > The library must be structured oddly because it wants something like:
>
> > from sqlite3 import dbapi2 as sqlite3
>
> Can you send me the patch?

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to