Issue 1295432: cookielib undefined local variable error (original) (raw)

Issue1295432

Created on 2005-09-19 13:42 by euske, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg26321 - (view) Author: Yusuke Shinyama (euske) Date: 2005-09-19 13:42
The domain_return_ok() method in DefaultCookiePolicy class got Undefined local variable exception with cookies returned by some websites. I couldn't see the cookie which caused the problem. But it seems this is because the local variables dotted_req_host and dotted_erhn are first assigned in a if statement and might not be always defined.
msg26322 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-19 18:50
Logged In: YES user_id=1188172 This was already fixed with patch #1116583 on 2005/02/05.
History
Date User Action Args
2022-04-11 14:56:13 admin set github: 42384
2005-09-19 13:42:15 euske create