r46824 - again!
glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: glyph
Date: Thu Feb 18 02:40:04 2016
New Revision: 46824
Modified:
branches/persistent-client-service-4735-5/twisted/application/internet.py
Log:
again!
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 Thu Feb 18 02:40:04 2016
@@ -468,6 +468,11 @@
"""
Create a L{_ReconnectingProtocolProxy} with the disconnect-notification
callback we were called with.
+
+ @param addr: The address the connection is coming from.
+
+ @return: a L{_ReconnectingProtocolProxy} for a protocol produced by
+ C{self._protocolFactory}
"""
return _ReconnectingProtocolProxy(
self._protocolFactory.buildProtocol(addr),