Ticket #3220 defect closed fixed
428: DeprecationWarning: use loseWriteConnection instead
| Reported by: | JimD | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | conch | Keywords: | DeprecationWarning |
| Cc: | Branch: | branches/conch-losewriteconnection-3220 | |
| Author: | exarkun | Launchpad Bug: | 225574 |
Description (last modified by exarkun) (diff)
Regarding line 428 of:
http://twistedmatrix.com/trac/browser/trunk/twisted/conch/scripts/conch.py?rev=23479
Apparently fixed by:
--- /usr/local/src/conch.py 2008-05-02 17:02:11.000000000 -0700
+++ /usr/lib/python2.5/site-packages/twisted/conch/scripts/conch.py 2006-01-17 12:49:40.000000000 -0800
@@ -425,7 +425,7 @@
def eofReceived(self):
log.msg('got eof')
- self.stdio.loseWriteConnection()
+ self.stdio.closeStdin()
def closeReceived(self):
log.msg('remote side closed %s' % self)
Change History
Note: See
TracTickets for help on using
tickets.
