#jython IRC Log (v0.9)

Index

IRC Log for 2013-07-03

Timestamps are in GMT/BST.

[0:42] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:11] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (*.net *.split)
[1:14] * commandoline (~commandol@ubuntu/member/commandoline) Quit (Ping timeout: 256 seconds)
[1:15] * jyc (~jyc@173.245.6.163) Quit (Ping timeout: 256 seconds)
[1:16] * jyc (~jyc@173.245.6.163) has joined #jython
[1:18] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[1:21] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[1:22] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:24] * commandoline (~commandol@ubuntu/member/commandoline) has joined #jython
[3:57] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Ping timeout: 252 seconds)
[4:10] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[4:52] * xymox (lechuck@unaffiliated/contempt) Quit (Ping timeout: 246 seconds)
[4:53] * xymox (lechuck@unaffiliated/contempt) has joined #jython
[5:48] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Ping timeout: 240 seconds)
[13:51] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:09] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has left #jython
[14:24] * ciziar (~textual@217-209-117-84-no12.tbcn.telia.com) has joined #jython
[15:49] * ciziar (~textual@217-209-117-84-no12.tbcn.telia.com) Quit (Ping timeout: 256 seconds)
[16:00] * ciziar (~textual@217-209-117-84-no12.tbcn.telia.com) has joined #jython
[16:24] * srcerer (~chatzilla@dns2.klsairexpress.com) has joined #jython
[16:43] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[17:19] * ciziar (~textual@217-209-117-84-no12.tbcn.telia.com) Quit (Ping timeout: 256 seconds)
[17:35] * ciziar (~textual@217-209-117-84-no12.tbcn.telia.com) has joined #jython
[17:47] * ciziar (~textual@217-209-117-84-no12.tbcn.telia.com) Quit (Quit: Computer has gone to sleep.)
[20:22] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 276 seconds)
[20:23] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:38] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (*.net *.split)
[20:39] * verterok (~ggonzalez@unaffiliated/verterok) Quit (*.net *.split)
[20:43] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:43] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[20:47] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Max SendQ exceeded)
[20:48] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[21:15] * xymox (lechuck@unaffiliated/contempt) Quit (Ping timeout: 246 seconds)
[22:03] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[22:05] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 264 seconds)
[22:07] * xymox (lechuck@unaffiliated/contempt) has joined #jython
[22:32] * r0bby is now known as robbyoconnor
[22:57] * fluxdude (~fluxdude@unaffiliated/fluxdude) has joined #jython
[22:57] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:58] <fluxdude> what's the best way to determine inside my Jython script that I'm definitely running inside Jython and not a regular CPython interpreter?
[23:00] <pjenvey> sys.platform.startswith('java'), there's also platform.python_implementation as of 2.6
[23:30] <jimbaker> fluxdude, the stdlib relies on this, probably reasonable for you to do so: http://www.python.org/dev/peps/pep-0421/#jython-s-os-name-hack
[23:31] <jimbaker> we have talked about making os.name be os._name (the underlying system), but that would happen until 3.x, in which case, sys.implementation would be the right way to do it anyway
[23:32] <jimbaker> would *not* happen until 3.x

Index

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