straw-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Straw-commits] address@hidden/straw--mainline--0.24--patch-64


From: juri
Subject: [Straw-commits] address@hidden/straw--mainline--0.24--patch-64
Date: Sun, 27 Jun 2004 21:09:43 +0300

Revision: straw--mainline--0.24--patch-64
Archive: address@hidden
Creator: Juri Pakaste <address@hidden>
Date: Sun Jun 27 21:09:43 EEST 2004
Standard-date: 2004-06-27 18:09:43 GMT
Modified-files: src/lib/PollManager.py
New-patches: address@hidden/straw--mainline--0.24--patch-64
Summary: fix error handling and python semantics problems in PollManager
Keywords: 

- Use pollcontext = None in method declaration combined with
  if pollcontext is None: pollcontext = {} in the body instead of
  pollcontext = {} in the declaration when we want a new dict on
  every call
- Rename the error variable to be err, error caused some confusion when
  tried to use it with the error module
- Do the poll_done call of http_results in a finally block at the end
  of the function
- The same thing in http_failed just in case




reply via email to

[Prev in Thread] Current Thread [Next in Thread]