r46878 - @since markers on all new code
glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: glyph
Date: Mon Feb 29 21:14:38 2016
New Revision: 46878
Modified:
branches/persistent-client-service-4735-5/twisted/application/internet.py
Log:
@since markers on all new code
Modified: branches/persistent-client-service-4735-5/twisted/application/internet.py
==============================================================================
--- branches/persistent-client-service-4735-5/twisted/application/internet.py (original)
+++ branches/persistent-client-service-4735-5/twisted/application/internet.py Mon Feb 29 21:14:38 2016
@@ -489,6 +489,8 @@
A timeout policy for L{ClientService} which computes an exponential backoff
interval with configurable parameters.
+ @since: 16.1.0
+
@param initialDelay: Delay for the first reconnection attempt (default
1.0s).
@type initialDelay: L{float}
@@ -534,6 +536,8 @@
A L{ClientService} maintains a single outgoing connection to a client
endpoint, reconnecting after a configurable timeout when a connection
fails, either before or after connecting.
+
+ @since: 16.1.0
"""
_log = Logger()