[mod_python] mod_python.publisher weirdness

Gregory (Grisha) Trubetskoy grisha at modpython.org
Wed Apr 14 10:54:00 EST 2004


This bug was fixed in 3.1.3

On Wed, 14 Apr 2004, Kamil Niechajewicz wrote:

> I guess I found what causes this problem, in apache.py:
>
>    if not file or (path and not filter(file.startswith, path)):
>        # there is a script by this name already imported, but it's in
>        # a different directory, therefore it's a different script
>        mtime, oldtime = 0, -1
>                 ^
>                 |_ should be oldmtime, right?


More information about the Mod_python mailing list