Looks like google added urllib,urlib2, and httplib in SDK 1.1.9: http://googleappengine.blogspot.com/2009/02/sdk-version-119-released.html
So wrapping urlopen might not be necessary, yet. Robin On Jan 30, 1:31 pm, mdipierro <[email protected]> wrote: > t2 has a urlopen that works cross-platform. we can move it in > gluon.tools > > Massimo > > On Jan 30, 1:20 pm, Robin B <[email protected]> wrote: > > >web2py.urlfetch, works on every platform :) > > > Robin > > > On Jan 30, 1:13 pm, mdipierro <[email protected]> wrote: > > > > make a proposal. It is not easy to auto-detect gae since you may have > > > the google modules without being on gae > > > > On Jan 30, 10:35 am, Fran <[email protected]> wrote: > > > > > On Jan 30, 3:29 pm, Robin B <[email protected]> wrote: > > > > > > t2 used to have t2.is_gae, I could not find anything like that in > > > > > utils.py > > > > > tools.py (note the new name) has this setting already: > > > > mail.settings.server='gae' > > > > > However that assumes you're using Mail which should be separable from > > > > Auth/Crud. > > > > I agree having a more generic flag which automatically sets the sub- > > > > flags would be ideal... > > > > > F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---

