Hi Tibor, > On Fri, 09 Mar 2012, Ferran Jorba wrote: >> It is pretty much the same than >> http://invenio-software.org/repo/invenio/commit/?id=c59bfe6f74ceb98cb426abdf9a1681ab4b8133a7 > > Then you probably need to cherry-pick other Python-2.6 related bits, for > example c55a729da0 that concerns session code directly.
Great. I'll start working asap and report later. I will take a while to backport, though: $ git show c55a729da0 | diffstat b/THANKS | 9 b/modules/miscutil/lib/testutils.py | 2 b/modules/websession/lib/Makefile.am | 2 b/modules/websession/lib/session.py | 1123 +++++++++---------------- b/modules/websession/lib/websession_config.py | 16 b/modules/websession/lib/webuser.py | 155 +-- b/modules/webstyle/lib/webinterface_handler.py | 39 b/modules/webstyle/lib/webinterface_tests.py | 2 modules/websession/lib/websession.py | 235 ----- 9 files changed, 545 insertions(+), 1038 deletions(-) > P.S. Better to upgrade to v1.0.0. :) Sure, sure, but one thing at a time... Thanks a lot! Ferran

