|
Nicolas Lehuen made changes - 08/Apr/05 06:30 AM
[
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...
Nicolas Lehuen made changes - 01/May/05 09:04 PM
Nicolas Lehuen made changes - 01/May/05 09:04 PM
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.
Nicolas Lehuen made changes - 29/Jul/05 12:25 AM
Graham Dumpleton made changes - 05/Mar/06 01:51 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||