#jython IRC Log (v0.9)

Index

IRC Log for 2010-08-20

Timestamps are in GMT/BST.

[0:04] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[0:10] * ttmrichter (~ttmrichte@111.173.97.187) has joined #jython
[1:00] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 245 seconds)
[1:01] * lopex (lopex@chello089076044027.chello.pl) Quit (Ping timeout: 276 seconds)
[1:01] * lopex (lopex@chello089076044027.chello.pl) has joined #jython
[1:09] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[2:08] * projectmoon (~Adium@c-68-49-168-233.hsd1.va.comcast.net) has left #jython
[2:19] * enebo (~enebo@184-97-190-212.mpls.qwest.net) Quit (Quit: enebo)
[2:27] * headius (~headius@216.160.3.79) has joined #jython
[4:22] * headius (~headius@216.160.3.79) Quit (Quit: headius)
[4:42] * headius (~headius@216.160.3.79) has joined #jython
[4:59] * thijstriemstra (~thijstrie@h183130.upc-h.chello.nl) has joined #jython
[5:13] * pigletto (~quassel@109.243.16.128) has joined #jython
[5:23] * headius (~headius@216.160.3.79) Quit (Quit: headius)
[5:52] * pjenvey_ (~pjenvey@underboss.org) Quit (Read error: Operation timed out)
[5:54] * pjenvey (~pjenvey@underboss.org) has joined #jython
[5:54] <agronholm> ropoctl: noticed that "except Exception: ..." does not catch Java exceptions
[5:55] <agronholm> since Java exceptions don't inherit from BaseException, you'll have to use "except: ..." or specify java.lang.Exception specifically when catching
[5:55] <agronholm> I often do "from java.lang import Exception as JavaException"
[5:56] <agronholm> or you can use the sys module to get the exception object within the handler
[6:01] * agronholm (~demigod@nblzone-211-17.nblnetworks.fi) Quit (Read error: Connection reset by peer)
[6:05] * agronholm (~demigod@nblzone-211-17.nblnetworks.fi) has joined #jython
[6:29] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[6:49] * ttmrichter (~ttmrichte@111.173.97.187) Quit (Quit: Quitting)
[6:52] * ropoctl_ (~ropoctl@adsl-69-151-151-49.dsl.hstntx.swbell.net) Quit (Ping timeout: 246 seconds)
[6:59] * ttmrichter (~ttmrichte@111.173.97.187) has joined #jython
[7:32] * thobe (~Adium@212-162-171-110.skbbip.com) has joined #jython
[7:47] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) has joined #jython
[8:03] * lheuer (~heuer@unaffiliated/lheuer) has joined #jython
[9:18] * verterok (~ggonzalez@unaffiliated/verterok) Quit (Ping timeout: 258 seconds)
[10:16] * juneau001 (~juneau@pool-72-69-204-188.chi01.dsl-w.verizon.net) Quit (Quit: juneau001)
[11:07] * juneau001 (~juneau@FESS-116326-2223343-dp.dhcp.fnal.gov) has joined #jython
[11:32] * thijstriemstra (~thijstrie@h183130.upc-h.chello.nl) Quit (Quit: thijstriemstra)
[12:58] * pigletto (~quassel@109.243.16.128) Quit (Remote host closed the connection)
[13:19] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[13:27] * pr3d4t0r is now known as pr3d4k4t
[13:43] <jimbaker> agronholm: we might want to change that for 2.6, always seems to be a bit of surprise i think to people. maybe needs to be through a from __future__ however
[13:44] <jimbaker> (in terms of the hierarchy of Exceptions... in python 2.6 for example, GeneratorExit is demoted to BaseException to make it easier to not inadvertently catch)
[13:45] <agronholm> +1 from me
[13:47] <jimbaker> to me this is the real import of having a version number change. it's ok to have extra functionality from a later version, but api/behavior changes have to be stable and matching a specific version
[13:49] <jimbaker> so in 2.6 we could also fix default empty methods (http://bugs.jython.org/issue1437) as well as change the java api to remove any public nonfinal static variables
[13:51] <jimbaker> that is, if you allocate a new PySystemState, it doesn' t share mutable global state with other PySystemState, without having to do this whole ridiculous and mostly undocumented shadowing process
[13:52] * jabley (~jabley@cpc1-farn4-0-0-cust318.6-2.cable.virginmedia.com) has joined #jython
[14:34] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[15:02] * skay (~skay@pat1.orbitz.net) has joined #jython
[15:20] * thobe (~Adium@212-162-171-110.skbbip.com) Quit (Quit: Leaving.)
[15:45] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[15:52] * enebo (~enebo@184-97-190-212.mpls.qwest.net) has joined #jython
[16:06] * jabley (~jabley@cpc1-farn4-0-0-cust318.6-2.cable.virginmedia.com) Quit (Quit: jabley)
[16:14] * jimbaker (~jbaker@64.134.151.197) has joined #jython
[16:29] * headius (~headius@216.160.3.79) has joined #jython
[16:38] * juneau001 (~juneau@FESS-116326-2223343-dp.dhcp.fnal.gov) Quit (Quit: juneau001)
[16:46] * lheuer (~heuer@unaffiliated/lheuer) Quit (Quit: Closing Time)
[17:34] * ttmrichter (~ttmrichte@111.173.97.187) Quit (Ping timeout: 252 seconds)
[17:34] * headius (~headius@216.160.3.79) Quit (Quit: headius)
[17:36] * juneau001 (~juneau@pool-72-69-204-188.chi01.dsl-w.verizon.net) has joined #jython
[18:07] * enebo (~enebo@184-97-190-212.mpls.qwest.net) Quit (Quit: enebo)
[18:16] * headius (~headius@216-250-174-225.static.iphouse.net) has joined #jython
[18:33] * enebo (~enebo@216-250-174-225.static.iphouse.net) has joined #jython
[18:34] * yacc_ (~andreas@chello062178129237.5.13.vie.surfer.at) has joined #jython
[18:34] * yacc (~andreas@77.119.75.73.wireless.dyn.drei.com) Quit (Disconnected by services)
[18:34] * yacc_ is now known as yacc
[18:56] * pigletto (~pigletto@duv245.neoplus.adsl.tpnet.pl) has joined #jython
[19:02] * jimbaker (~jbaker@64.134.151.197) Quit (Quit: jimbaker)
[19:07] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) Quit (Ping timeout: 246 seconds)
[19:08] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) has joined #jython
[19:25] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[19:30] * yacc (~andreas@chello062178129237.5.13.vie.surfer.at) Quit (Quit: Ex-Chat)
[19:30] * yacc_ (~andreas@chello062178129237.5.13.vie.surfer.at) has joined #jython
[19:33] * yacc_ is now known as yacc
[19:37] <jimbaker> can someone else please try editing http://wiki.python.org/jython/ReadlineSetup - i can't edit it myself for some reason, and it's impossible it seems to get admin support for this :( basically it's out of date, given that we bundle JLine. some of the gui shells might be nice to keep referencing, like jythonconsole
[19:37] <jimbaker> or we can just kill the page
[19:38] <jimbaker> there has been at least one bug reported based on this outdated info
[19:48] * vitormazzi (~vitormazz@web.myfreecomm.com.br) has joined #jython
[20:06] * yacc_ (~andreas@178.115.49.120.wireless.dyn.drei.com) has joined #jython
[20:08] * yacc (~andreas@chello062178129237.5.13.vie.surfer.at) Quit (Ping timeout: 240 seconds)
[20:13] * yacc_ is now known as yacc
[20:16] * pigletto_ (~quassel@duv245.neoplus.adsl.tpnet.pl) has joined #jython
[20:20] * vitormazzi (~vitormazz@web.myfreecomm.com.br) has left #jython
[20:21] * pigletto_ (~quassel@duv245.neoplus.adsl.tpnet.pl) Quit (Ping timeout: 264 seconds)
[21:26] * yacc_ (~andreas@chello062178129237.5.13.vie.surfer.at) has joined #jython
[21:26] * yacc (~andreas@178.115.49.120.wireless.dyn.drei.com) Quit (Disconnected by services)
[21:26] * yacc_ is now known as yacc
[21:37] * yacc (~andreas@chello062178129237.5.13.vie.surfer.at) Quit (Ping timeout: 265 seconds)
[21:42] * enebo (~enebo@216-250-174-225.static.iphouse.net) Quit (Quit: enebo)
[21:42] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[21:56] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) Quit (Remote host closed the connection)
[22:00] * yacc (~andreas@178.112.161.115.wireless.dyn.drei.com) has joined #jython
[22:02] * headius (~headius@216-250-174-225.static.iphouse.net) Quit (Quit: headius)
[22:04] * yacc_ (~andreas@194.48.133.8) has joined #jython
[22:04] * yacc (~andreas@178.112.161.115.wireless.dyn.drei.com) Quit (Disconnected by services)
[22:04] * yacc_ is now known as yacc
[22:15] * skay (~skay@pat1.orbitz.net) Quit (Quit: skay)
[22:25] * headius (~headius@216.160.3.79) has joined #jython
[22:33] * pigletto (~pigletto@duv245.neoplus.adsl.tpnet.pl) Quit (Remote host closed the connection)
[22:39] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[23:06] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[23:33] * jimbaker (~jbaker@64.134.151.197) has joined #jython
[23:34] * jbaker (~jbaker@64.134.151.197) has joined #jython
[23:34] * jimbaker (~jbaker@64.134.151.197) Quit (Read error: Connection reset by peer)
[23:34] * jbaker is now known as jimbaker
[23:36] * ropoctl_ (~ropoctl@adsl-69-151-151-49.dsl.hstntx.swbell.net) has joined #jython
[23:56] * ttmrichter (~ttmrichte@111.173.97.187) has joined #jython

Index

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