Hi Tibor, >> 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:
Done, and it works! $ guilt diff | diffstat session.py | 1113 ++++++++++++++++++------------------------------ webinterface_handler.py | 189 +++++--- websession.py | 229 --------- websession_config.py | 20 websession_templates.py | 121 +++++ webuser.py | 334 ++++++++------ 6 files changed, 900 insertions(+), 1106 deletions(-) Thanks again, Ferran

