Message6608

Author amak
Recipients amak, camjackson
Date 2011-08-21.09:52:09
SpamBayes Score 2.6004776e-10
Marked as misclassified No
Message-id <1313920330.25.0.0643374932565.issue1788@psf.upfronthosting.co.za>
In-reply-to
Content
jython is currently at version 2.5.

socket.create_connection was introduced in cpython 2.6, and will be introduced in jython 2.6.

It was introduced as more than a convenience function: it's real purpose was to centralise the creation of sockets for dependent libraries such as httplib, ftplib, telnetlib, etc.

Still, obviously some people use it directly, and that's ok. I'll have a look at introducing it in a point release of jython 2.5.

It's definitely a documentation bug that it appears in the jython 2.5 documentation.
History
Date User Action Args
2011-08-21 09:52:10amaksetmessageid: <1313920330.25.0.0643374932565.issue1788@psf.upfronthosting.co.za>
2011-08-21 09:52:10amaksetrecipients: + amak, camjackson
2011-08-21 09:52:10amaklinkissue1788 messages
2011-08-21 09:52:09amakcreate