SOURCES: python-libgmail-redirect.patch (NEW) - a change in an ur...

charles charles at pld-linux.org
Wed Jul 27 19:55:54 CEST 2005


Author: charles                      Date: Wed Jul 27 17:55:54 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
-  a change in an url redirection of the Gmail service caused problems with login

---- Files affected:
SOURCES:
   python-libgmail-redirect.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-libgmail-redirect.patch
diff -u /dev/null SOURCES/python-libgmail-redirect.patch:1.1
--- /dev/null	Wed Jul 27 19:55:54 2005
+++ SOURCES/python-libgmail-redirect.patch	Wed Jul 27 19:55:49 2005
@@ -0,0 +1,11 @@
+--- libgmail-0.0.8/libgmail.py.orig	2005-07-27 19:25:06.000000000 +0200
++++ libgmail-0.0.8/libgmail.py	2005-07-27 19:20:09.000000000 +0200
+@@ -274,7 +274,7 @@
+ 
+         # TODO: Tidy this up?
+         # This requests the page that provides the required "GV" cookie.
+-        RE_PAGE_REDIRECT = 'top\.location\W=\W"CheckCookie\?continue=([^"]+)'
++        RE_PAGE_REDIRECT = 'top\.location\W=.*CheckCookie\?continue=([^"]+)'
+         # TODO: Catch more failure exceptions here...?
+         try:
+             redirectURL = urllib.unquote(re.search(RE_PAGE_REDIRECT,
================================================================



More information about the pld-cvs-commit mailing list