#jython IRC Log (v0.9)

Index

IRC Log for 2015-03-29

Timestamps are in GMT/BST.

[0:26] * enebo (~enebo@166.175.60.140) has joined #jython
[0:32] * enebo (~enebo@166.175.60.140) Quit (Quit: enebo)
[0:40] * enebo (~enebo@166.175.60.140) has joined #jython
[1:22] * enebo (~enebo@166.175.60.140) Quit (Quit: enebo)
[2:03] * sirdancealot (~koo5@236.152.broadband3.iol.cz) has joined #jython
[7:40] * sirdancealot (~koo5@236.152.broadband3.iol.cz) Quit (Ping timeout: 265 seconds)
[10:29] * siel (~siel@unaffiliated/motley) Quit (Remote host closed the connection)
[10:31] * siel (~siel@unaffiliated/motley) has joined #jython
[11:39] * AndyBotwin (~botwin@177.40.25.241) has joined #jython
[11:39] * AndyBotwin (~botwin@177.40.25.241) Quit (Changing host)
[11:39] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #jython
[12:54] * a123456bcd (a123456bcd@fla63-h01-128-78-43-165.dsl.sta.abo.bbox.fr) has joined #jython
[13:04] * a123456bcd (a123456bcd@fla63-h01-128-78-43-165.dsl.sta.abo.bbox.fr) Quit ()
[13:24] * pr3d4t0r (~zhenya01@varenka.cime.net) Quit (Ping timeout: 256 seconds)
[14:21] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Quit: Leaving)
[14:54] * sirdancealot (~koo5@236.152.broadband3.iol.cz) has joined #jython
[15:08] * enebo (~enebo@166.175.60.161) has joined #jython
[15:12] * enebo (~enebo@166.175.60.161) Quit (Ping timeout: 256 seconds)
[15:23] * pr3d4t0r (~zhenya01@varenka.cime.net) has joined #jython
[16:29] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #jython
[16:37] * claudiupopa (~claudiupo@79.112.37.49) has joined #jython
[17:16] <claudiupopa> hey guys. Is there any way currently in Jython to retrieve the module of any object, something along inspect.getmodule?
[17:17] <claudiupopa> seems it's inconsistent for some objects: http://pastebin.com/7EazxV0g
[17:50] <agronholm> I wish I knew where the __module__ attribute gets set
[17:59] <claudiupopa> It seems there's a missing getModule in src.org.python.modules.time.TimeFunctions.
[18:00] <claudiupopa> Adding one which returns "time" seems to work.
[18:00] <claudiupopa> I'll make a patch then.
[18:00] <agronholm> thanks
[18:30] <claudiupopa> Here it is. http://bugs.jython.org/issue2303
[18:31] <agronholm> claudiupopa: is the time module the only one that has __module__ missing?
[18:32] <claudiupopa> No, I was just looking.
[18:32] <claudiupopa> It seems it's missing for operator as well.
[18:32] <agronholm> okay
[18:53] <claudiupopa> This one is for the operator module: http://bugs.jython.org/issue2304
[18:53] <agronholm> thanks again
[20:25] <claudiupopa> do I need a CLA for my patches?
[20:25] <claudiupopa> As for CPython?
[21:05] <agronholm> AFAIK a CLA is only needed for repository access
[22:26] * siel (~siel@unaffiliated/motley) Quit (Remote host closed the connection)
[22:30] * siel (~siel@unaffiliated/motley) has joined #jython
[23:48] * JStoker (jstoker@unaffiliated/jstoker) Quit (Excess Flood)
[23:49] * JStoker (jstoker@unaffiliated/jstoker) 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).