|
[
Permlink
| « Hide
]
Nicolas Lehuen added a comment - 30/Apr/05 04:16 PM
OK, I have integrated FileSession into Session.py (it previously was in its own module FileSession.py). Now we need a bit of documentation...
mod_python/Session.py from (mod_python_20050518163650.tar.gz) has a typo at line +364:
if timeout: self._cleanup_timeout = timeout else: self._cleanup_timeout = Session.DFT_TIMEOUT It should be: if timeout: self._cleanup_timeout = timeout else: self._cleanup_timeout = DFT_TIMEOUT This has been resolved a while ago. We now need some documentation.
|
||||||||||||||||||||||||||||||||||||||||||||||||||