Code

Moved the data stringification up into the hyperdb.Class class' get, set
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 9 Oct 2001 23:58:10 +0000 (23:58 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 9 Oct 2001 23:58:10 +0000 (23:58 +0000)
commit7ef36b5a488d7b08043740b1e48420151ac815c9
tree4922baf02a54549d205349c48971a0101584d508
parentbcf81f8b9eca040a13c44f53f51bd90fe033b9b4
Moved the data stringification up into the hyperdb.Class class' get, set
and create methods. This means that the data is also stringified for the
journal call, and removes duplication of code from the backends. The
backend code now only sees strings.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@283 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/backends/back_bsddb3.py
roundup/hyperdb.py
roundup/password.py