Re: [Webware-devel] Problem with AutoReload

2005-11-19 Thread Ian Bicking
Christoph Zwerschke wrote: > The ReleaseNotes for 0.9 say "AutoReload no longer catches servlet > updates (since servlets can be reloaded without restarting the entire > server anyway)." (This was checked in by Ian in Revision 1956). > > Generally, I'd say this is a good idea, but I noticed there

Re: [Webware-devel] Problem with AutoReload

2005-11-19 Thread Chuck Esterbrook
On 11/19/05, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > I noticed that this problem exists only with Python 2.3. It seems to be > fixed in Python 2.4 already, so I think there is no need to discuss it > in comp.lang.python. > > What I could do is add a linecache.checkcache() as a workaround.

Re: [Webware-devel] Problem with AutoReload

2005-11-19 Thread Christoph Zwerschke
> My impression was that it was a bug in Python since the servlet's > module *is* getting reloaded. Maybe if you can recreate the issue > in a small standalone example, you can ask comp.lang.python for help. Thanks for pointing me into the right direction. I checked this and you're right. The pr

Re: [Webware-devel] Problem with AutoReload

2005-11-19 Thread Chuck Esterbrook
On 11/19/05, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > The ReleaseNotes for 0.9 say "AutoReload no longer catches servlet > updates (since servlets can be reloaded without restarting the entire > server anyway)." (This was checked in by Ian in Revision 1956). > > Generally, I'd say this is a

[Webware-devel] Problem with AutoReload

2005-11-19 Thread Christoph Zwerschke
The ReleaseNotes for 0.9 say "AutoReload no longer catches servlet updates (since servlets can be reloaded without restarting the entire server anyway)." (This was checked in by Ian in Revision 1956). Generally, I'd say this is a good idea, but I noticed there is also a drawback: The exception