#jython IRC Log (v0.9)

Index

IRC Log for 2016-09-15

Timestamps are in GMT/BST.

[3:36] * TomA (~TomA@2601:402:500:8e98:f13b:4e3c:a27d:9591) Quit (Remote host closed the connection)
[5:31] * hemi770 (~hemi666@46.166.182.41) has joined #jython
[5:31] <hemi770> hi all
[5:33] <hemi770> i'm on FreeBSD 10.3R. have installed python2 and jython from ports. having a problem running "virtualenv -p jython venv", where i get a warning for SNIMissingWarning and InsecurePlatformWarning, followed by OSError: [Errno 20004] Unknown error: 20004: '/tmp/pip-build-1TcY3E/setuptools'
[6:16] <hemi770> n/m, i created the venv without setuptools, pip and wheel and ran ez_setup.py with the jython in the venv, then easy_install pip and bob's yer aunty
[6:16] <hemi770> thanks anyway
[6:48] * stewori (~stefan@5.146.129.76) has joined #jython
[7:02] * stewori (~stefan@5.146.129.76) has left #jython
[10:57] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[11:55] * eatkin (~eatkin@166.70.212.121) Quit (Ping timeout: 244 seconds)
[11:55] * eatkin (~eatkin@166.70.212.121) has joined #jython
[12:11] * stewori (~stefan@5.146.129.76) has joined #jython
[12:50] * TomA (~TomA@c-107-5-124-78.hsd1.mi.comcast.net) has joined #jython
[13:03] * xemdetia (xemdetia@nat/ibm/x-qnoyxqbuadtgwhwd) has joined #jython
[13:13] <jimbaker> hemi770, jython 2.7 trunk does not have SNI support yet. i assume that will be in 2.7.2
[13:14] <jimbaker> it's something we could add in 2.7.1 if there's a consensus to wait a bit more for SNI - it doesn't look on the face of it so bad
[13:15] <jimbaker> (and 2.7.1 is delayed enough that we could decide either way...)
[13:15] <jimbaker> re the rest of virtualenv support, we should look at that
[13:33] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[13:33] * ChanServ sets mode +o Arfrever
[15:16] * stewori (~stefan@5.146.129.76) Quit (Quit: Leaving.)
[16:07] <jimbaker> i guess we should support SNI - it's a tiny bit of extra code in cpython (https://bugs.python.org/file30779/python-2.7.5-tlssni.patch) and it should be comparable in jython using java
[16:08] <jimbaker> there's a quick way to do this, and apparently a slightly more involved one that's portable across different JVM implementations
[16:11] <jimbaker> http://stackoverflow.com/a/13060676/423006 and the various underexplained docs around https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#SNIServerName
[16:11] <jimbaker> which may or may not backport to java 7 as is
[19:20] * jimbaker (~jbaker@8.44.156.98) Quit (Changing host)
[19:20] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[19:20] * ChanServ sets mode +o jimbaker
[19:40] * jimbaker is now known as jimbaker_
[19:41] * jimbaker_ is now known as jimbaker`
[19:42] * jimbaker` is now known as jimbaker
[21:47] * xemdetia (xemdetia@nat/ibm/x-qnoyxqbuadtgwhwd) Quit (Ping timeout: 244 seconds)
[21:49] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 250 seconds)
[21:49] * cyraxjoe (~joe@2607:f0d0:1103:106:e::12c) Quit (Ping timeout: 250 seconds)
[21:50] * cyraxjoe (~joe@2607:f0d0:1103:106:e::12c) has joined #jython
[21:51] * siel (~siel@unaffiliated/motley) has joined #jython
[22:06] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Quit: 御出で)
[22:08] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[22:08] * ChanServ sets mode +o Arfrever
[22:12] * TomA (~TomA@c-107-5-124-78.hsd1.mi.comcast.net) Quit (Remote host closed the connection)

Index

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