|
Re: [Jython-users] Possible bug (with example script)
From: <astigmatik@gm...> - 2007-03-27 02:12
|
Hehehe.. yeah I sorta figured it out after a few hours. It was a small thing. I didn't know what to google as I'm not very good with terminology :-) Thanks for the heads up. On 3/27/07, Anton Vredegoor <anton.vredegoor@...> wrote: > astigmatik@... wrote: > > > def _connect(self, host=None, port=6667): > > try: > > print "Host", host > > print "Port", port > > s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) > > s.connect((host, port)) > > except socket.error: > > s.close() > > s.connect((host,int(port))) > > > I hope someone can point out my error in this one. If it's a bug, > > please take note, devs. > > If one finds a bug it's like hitting the jackpot, you will be massively > praised for finding it etc. Best not to assume such things too soon :-) > > Some googling brought me to this page: > > http://mail.python.org/pipermail/python-list/2006-February/366932.html > > A. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Jython-users mailing list > Jython-users@... > https://lists.sourceforge.net/lists/listinfo/jython-users > |
| Thread | Author | Date | |
|---|---|---|---|
| [Jython-users] Possible bug (with example script) | <astigmatik@gm...> |
|
|