Note that import string if it would be necessary would have to be deal with in _compat module where web2py sort out compatibility issue between python2 and 3 : https://github.com/web2py/web2py/blob/master/gluon/_compat.py
I am pretty sure the .strip() problem you describe would had be sorted since quite sometime... On Wed, Dec 12, 2018 at 2:42 PM Ben Duncan <[email protected]> wrote: > Ok, got it fixed..... WAS too busy studying the forest of code to notice > my mistake ......... > The "or not" threw me > > Thanks ... > > *Ben Duncan* > DBA / Chief Software Architect > Mississippi State Supreme Court > Electronic Filing Division > > > On Wed, Dec 12, 2018 at 1:08 PM Marcelo Huerta <[email protected]> > wrote: > >> Please open your nearest Python interpreter and type at the ">>> " prompt: >> >> help("".strip) >> >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

