This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Refactored patch #815911 for logging with SocketHandler
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: vinay.sajip
Priority: normal Keywords: patch

Created on 2003-12-01 10:43 by vinay.sajip, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
logging.patch vinay.sajip, 2003-12-01 10:43 Misc. patches for logging
Messages (2)
msg44983 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2003-12-01 10:43
Robert Olson submitted a patch which uses an 
exponential backoff retry scheme for SocketHandler. 
Robert's code, which was submitted as a derived class, 
has been refactored into the base SocketHandler class.

There are some other minor changes e.g. to copyright 
dates and documentation.
msg44984 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2004-02-20 18:03
Logged In: YES 
user_id=308438

As I now have checkin privileges, I have checked in the code.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39636
2003-12-01 10:43:00vinay.sajipcreate