I'm hoping to get a release out tonight to fix a bug in the current
version 1.1.3. Unfortunately I haven't had access to sit down and work
out the fix and release until this evening, and even then I'm not sure
I'll have time. As such, for anyone using the library, and
encountering the problem where when session.delete() is called it
breaks their application, here is what I believe the fix is.

At line 172 in sessions.py:

            # start a new session
+            self.session = _AppEngineUtilities_Session()
+            self.session.put()
            self.sid = self.new_sid()

I've also put 1.1.2 up as a non-deprecated download a the site
downloads page. http://code.google.com/p/gaeutilities/downloads/list

The bug was introduced in version 1.1.3, so 1.1.2 will be more stable
for most users. Version 1.2 will be available as soon as testing is
completed.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to