Mercurial > p > roundup > code
diff roundup/backends/sessions.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 8c05f8a93a36 |
| children | bcb21e5722b8 |
line wrap: on
line diff
--- a/roundup/backends/sessions.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/backends/sessions.py Wed Feb 11 23:55:10 2004 +0000 @@ -1,12 +1,11 @@ -#$Id: sessions.py,v 1.6 2003-09-05 21:05:18 jlgijsbers Exp $ -""" -This module defines a very basic store that's used by the CGI interface +#$Id: sessions.py,v 1.7 2004-02-11 23:55:09 richard Exp $ +"""This module defines a very basic store that's used by the CGI interface to store session and one-time-key information. Yes, it's called "sessions" - because originally it only defined a session class. It's now also used for One Time Key handling too. - """ +__docformat__ = 'restructuredtext' import anydbm, whichdb, os, marshal
