Message7202

Author varialus
Recipients varialus
Date 2012-06-11.22:19:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339453191.23.0.245530588272.issue1918@psf.upfronthosting.co.za>
In-reply-to
Content
Python code written for CPython should run without modification in Jython. Some unacceptable implementation differences (of unspecified priority) can be demonstrated by the changes required for Selenium to run correctly in Jython. These changes are documented at the following URL.

https://code.google.com/p/selenium/issues/detail?id=3988

The implementation difference demonstrated by the common_utils.py patch file at the above URL is documented within the section "Deferred socket creation on jython" at the following URL.

http://wiki.python.org/jython/NewSocketModule#Deferred_socket_creation_on_jython

Documentation about the differences between Jython and CPython is valuable and appreciated, but it should not be considered an acceptable permanent solution.
History
Date User Action Args
2012-06-11 22:19:51varialussetrecipients: + varialus
2012-06-11 22:19:51varialussetmessageid: <1339453191.23.0.245530588272.issue1918@psf.upfronthosting.co.za>
2012-06-11 22:19:51varialuslinkissue1918 messages
2012-06-11 22:19:50varialuscreate