#jython IRC Log (v0.9)

Index

IRC Log for 2018-06-21

Timestamps are in GMT/BST.

[0:49] * guilherme (~guilherme@2804:14c:3b82:27b::957) has joined #jython
[0:53] * guilherme (~guilherme@2804:14c:3b82:27b::957) Quit (Quit: WeeChat 2.0.1)
[0:54] * guilherme (~guilherme@2804:14c:3b82:27b::957) has joined #jython
[2:01] * guilherme (~guilherme@2804:14c:3b82:27b::957) Quit (Quit: WeeChat 2.0.1)
[7:03] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 264 seconds)
[7:04] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[7:04] * ChanServ sets mode +o [Arfrever]
[11:43] * joseph (b6470044@gateway/web/cgi-irc/kiwiirc.com/ip.182.71.0.68) has joined #jython
[11:45] <joseph> Hi Guys! I have a doubt.
[11:45] <joseph> Jython is an implementaion of python. Is there any way to find the version of python that is being supported by a particular jython jar.
[11:45] <joseph> any user-guides or pages.
[12:36] <grey_> joseph: You can run jython and then "import sys; print(sys.version)"
[13:12] <joseph> grey_ Thanks for the response. I ran a python script with the above said content with jython-standalone-2.7.1b2.jar and I got 2.7.1b2 as the version. Does this refer to the python version that is being used. And If I need to use python version 2.7.14 what version of jython should I use.
[13:17] <grey_> joseph: If I remember/understand correctly, the major and minor versions (first and second) are equal between Jython and CPython
[13:18] * pcn (~spacey@veep.spacey.org) has left #jython
[13:18] <grey_> I'm not sure if there's any relation regarding the last number, since the two are different Python implementations
[13:23] <joseph> grey_: I faced an issue where the customer reported that the cpython 2.7 was prone to vulnerabilities which we were using. This is fixed in cpython 2.7.14. So we are looking for jython that supports cpython 2.7.14.
[13:51] * soniya29 (~soniya29@2405:204:9696:1170:860d:5cd0:519a:27c3) has joined #jython
[13:55] * soniya29 (~soniya29@2405:204:9696:1170:860d:5cd0:519a:27c3) Quit (Client Quit)
[15:54] <nedbat> joseph: do you know what vulnerabilities they were concerned about? Some are in the CPython code, and some are in the standard library.
[15:54] <nedbat> joseph: if they are in CPython code, then they don't apply to Jython at all.
[17:40] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 260 seconds)
[17:40] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[17:40] * ChanServ sets mode +o [Arfrever]

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).