On Tuesday, May 13, 2014 12:12:41 PM UTC-4, Quint wrote: > > What is web2py's public api? > Is it everything that does not start with "_"?
Perhaps Massimo can better answer, but the public API is not simply everything that doesn't start with "_" (there are plenty of functions, classes, and constants that are intended for internal use that do not start with "_"). In terms of what is expected to remain backward compatible, it is probably everything that is documented in the reference manual. Anthony -- 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.

