Much thanks. On Mon, Feb 28, 2011 at 7:41 PM, antoine.pitrou <python-checkins at python.org> wrote: > Author: antoine.pitrou > Date: Tue Mar 1 01:41:10 2011 > New Revision: 88691 > > Log: > Endly, fix UnboundLocalError in telnetlib > > > > Modified: > python/branches/py3k/Lib/test/test_telnetlib.py > > Modified: python/branches/py3k/Lib/test/test_telnetlib.py > ============================================================================== > --- python/branches/py3k/Lib/test/test_telnetlib.py (original) > +++ python/branches/py3k/Lib/test/test_telnetlib.py Tue Mar 1 01:41:10 2011 > @@ -17,9 +17,10 @@ > conn, addr = serv.accept() > except socket.timeout: > pass > + else: > + conn.close() > finally: > serv.close() > - conn.close() > evt.set() > > class GeneralTests(TestCase): > _______________________________________________ > Python-checkins mailing list > Python-checkins at python.org > http://mail.python.org/mailman/listinfo/python-checkins >
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4