#jython IRC Log (v0.9)

Index

IRC Log for 2013-10-26

Timestamps are in GMT/BST.

[0:35] * vIkSiT (~vIkSiT|2@unaffiliated/viksit) Quit (Quit: This computer has gone to sleep)
[1:04] * zz_whg is now known as whg
[1:43] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[2:05] <jimbaker> fixing webbrowser, at least basic support, would be trivial
[2:05] <jimbaker> the only problem is tab support
[2:13] * vIkSiT (~vIkSiT|2@50-0-250-34.dedicated.static.sonic.net) has joined #jython
[2:13] * vIkSiT (~vIkSiT|2@50-0-250-34.dedicated.static.sonic.net) Quit (Changing host)
[2:13] * vIkSiT (~vIkSiT|2@unaffiliated/viksit) has joined #jython
[2:14] * vIkSiT (~vIkSiT|2@unaffiliated/viksit) Quit (Client Quit)
[3:07] * arctansusan (~susantan@c-50-136-229-251.hsd1.ca.comcast.net) has joined #jython
[3:15] * arctansusan (~susantan@c-50-136-229-251.hsd1.ca.comcast.net) Quit (Quit: arctansusan)
[3:16] * whg is now known as zz_whg
[3:20] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[3:25] * arctansusan (~susantan@c-50-136-229-251.hsd1.ca.comcast.net) has joined #jython
[3:39] * arctansusan (~susantan@c-50-136-229-251.hsd1.ca.comcast.net) Quit (Quit: arctansusan)
[3:53] * arctansusan (~susantan@c-50-136-229-251.hsd1.ca.comcast.net) has joined #jython
[4:09] * arctansusan (~susantan@c-50-136-229-251.hsd1.ca.comcast.net) has left #jython
[4:38] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[5:37] * thereisnospoon_ is now known as thereisnospoon
[6:29] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[6:52] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[7:12] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:49] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 246 seconds)
[8:33] * robbyoconnor (~wakawaka@cpe-68-174-56-147.hvc.res.rr.com) has joined #jython
[8:33] * robbyoconnor (~wakawaka@cpe-68-174-56-147.hvc.res.rr.com) Quit (Changing host)
[8:33] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[10:28] * bru` (~bruno`@AMontsouris-652-1-111-157.w92-128.abo.wanadoo.fr) has joined #jython
[10:49] * lheuer1 (~Adium@89.204.139.97) has joined #jython
[11:15] * lheuer1 (~Adium@89.204.139.97) Quit (Ping timeout: 272 seconds)
[12:32] * bru`` (~bruno`@AMontsouris-652-1-2-200.w92-163.abo.wanadoo.fr) has joined #jython
[12:33] * bru` (~bruno`@AMontsouris-652-1-111-157.w92-128.abo.wanadoo.fr) Quit (Read error: Operation timed out)
[13:21] <topi`> jimbaker: since there's that new try-with-resources construct in Java 7, should it be easy to turn a python with: statement into such a java construct automatically?
[13:21] <topi`> and does it make sense, since that wouldn't work on older Javas
[13:22] <topi`> lots of JRE6 out there, still.
[13:23] <topi`> jimbaker: I'm really bitten by the fact that my code would work perfectly on a "normal" python runtime, since open file handles get closed automatically, but moving that code onto a servlet is quite another matter, and FDs get exhausted. I'm trying to find out (by manual testing) which kind of constructs cause leakage of FDs.
[13:24] <topi`> it seems that even my innocuous using of urllib2.urlopen() is leaving file descriptors lying around like dead critters... I need to clean these up in a finally: statement.
[15:21] <jimbaker> supporting AutoCloseable from java 7 in with makes a lot of sense
[15:21] <jimbaker> and in general, always use with in some fashion for such resources
[15:22] <jimbaker> try-finally is fine, but i like using with(closing(java_resource))
[19:18] * srcerer_ (~chatzilla@dns2.klsairexpress.com) has joined #jython
[19:21] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Ping timeout: 268 seconds)
[19:59] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 248 seconds)
[20:22] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) Quit (Ping timeout: 248 seconds)
[20:35] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) has joined #jython
[21:00] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[21:51] * Oti (~ohumbel@adsl-89-217-97-146.adslplus.ch) has joined #jython
[23:01] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 245 seconds)

Index

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