track_changes() is a very nice feature to have. It's somewhat tricky
to deal with python module import while in development. I would love
to have track_changes() like dynamic reloading (reload only if there
is some changes in the module) for basic python.

On 10월15일, 오전5시59분, Bruno Rocha <[email protected]> wrote:
> the custom_importer is implemented in a transpatent way.
>
> you only have to use normal imports.
>
> from module import object
>
> this has adittional feature to track changes in modules.
>
> track_changes()
>
> I guess it is not doccumented yet.
>
> http://zerp.ly/rochacbruno
> Em 14/10/2011 14:45, "Vinicius Assef" <[email protected]> escreveu:
>
>
>
>
>
>
>
> > Where is the nem import system documented or where can we know more
> > details about it?
>
> > On Fri, Oct 14, 2011 at 3:24 AM, Bruno Rocha <[email protected]>
> > wrote:
> > > It is still supported and should work, but it is deprecated and
> > encouraged
> > > to use the new import system
>
> > > On Fri, Oct 14, 2011 at 3:22 AM, seongjoo <[email protected]>
> > wrote:
>
> > >> While solving some problems of importing module, I found a web article
> > >> that contains some argument saying that local_import is deprecated.
>
> > >>http://comments.gmane.org/gmane.comp.python.web2py/67885
>
> > >> The web2py book (ed 3.1) has no mention about local_import being
> > >> deprecated, so I would like to know it is or it is not.
>
> > > --
>
> > > --
> > > Bruno Rocha
> > > [ About me:http://zerp.ly/rochacbruno]
> > > [ Aprenda a programar:http://CursoDePython.com.br]
> > > [ O seu aliado nos cuidados com os animais:http://AnimalSystem.com.br]
> > > [ Consultoria em desenvolvimento web:http://www.blouweb.com]

Reply via email to