8 messages in com.googlegroups.pylons-discussRe: session problem in 0.92dev
FromSent OnAttachments
Huy Do28 Aug 2006 05:15 
Jarosław Kulesza28 Aug 2006 05:20 
Huy Do28 Aug 2006 05:32 
Huy28 Aug 2006 05:32 
Damjan28 Aug 2006 15:12 
Ben Bangert28 Aug 2006 17:32 
huydo28 Aug 2006 19:59 
Martin29 Aug 2006 14:35 
Subject:Re: session problem in 0.92dev
From:Ben Bangert (be@groovie.org)
Date:08/28/2006 05:32:42 PM
List:com.googlegroups.pylons-discuss

On Aug 28, 2006, at 3:13 PM, Damjan wrote:

has_key will be removed in Python3000, use if 'client_id' in session: instead

Also useful to know, this syntax is faster in Python 2.4 then using has_key.

- Ben