#jython IRC Log (v0.9)

Index

IRC Log for 2016-04-27

Timestamps are in GMT/BST.

[3:52] -wilhelm.freenode.net- *** Looking up your hostname...
[3:52] -wilhelm.freenode.net- *** Checking Ident
[3:52] -wilhelm.freenode.net- *** No Ident response
[3:52] -wilhelm.freenode.net- *** Couldn't look up your hostname
[3:52] * JythonLogBot (~PircBot@74.50.59.201) has joined #jython
[3:52] * Topic is 'Jython 2.7 final released: http://tinyurl.com/muqfuul | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython | Jython Book: http://jythonbook.com | Podcast: http://jython.org/jythonpodcast/'
[3:52] * Set by agronholm!~agronholm@nblzone-211-20.nblnetworks.fi on Sun May 03 05:10:52 UTC 2015
[7:03] * teletubbie (~teletubbi@unaffiliated/teletubbie) Quit (Quit: WeeChat 1.4)
[7:03] * teletubbie (~teletubbi@unaffiliated/teletubbie) has joined #jython
[7:04] * teletubbie (~teletubbi@unaffiliated/teletubbie) Quit (Client Quit)
[7:05] * teletubbie (~teletubbi@unaffiliated/teletubbie) has joined #jython
[7:06] * teletubbie (~teletubbi@unaffiliated/teletubbie) Quit (Client Quit)
[7:10] * ahmed_ (sid14086@gateway/web/irccloud.com/x-zagmboiptjqtonyl) Quit (Ping timeout: 264 seconds)
[7:11] * teletubbie (~teletubbi@unaffiliated/teletubbie) has joined #jython
[7:15] * Guest19015 (sid14086@gateway/web/irccloud.com/x-laujhhwwzkpsizdl) has joined #jython
[7:23] * threeminutemonta (~dave@pa49-183-58-236.pa.vic.optusnet.com.au) Quit (Ping timeout: 244 seconds)
[7:56] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[8:19] <topi`> what's the status of Python3 support in Jython?
[8:19] <topi`> anybody working on it?
[8:20] <topi`> I'd like to see if I can get my codebase working on Jython ;)
[8:22] <teletubbie> that's the one I am possibly interested in as well
[8:22] <teletubbie> :)
[8:22] <teletubbie> quick search (when i did it) didn't return much
[8:23] <topi`> the Jython devs are not very good on updating things on blog posts etc :)
[10:16] <grey__> topi`: Some Pull Requests under review, as I understand. So {"anybody working": True, "Release Date" : None}
[10:40] * threeminutemonta (~dave@ppp118-209-123-53.lns20.mel4.internode.on.net) has joined #jython
[12:30] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[12:36] <topi`> :)
[12:55] * threeminutemonta (~dave@ppp118-209-123-53.lns20.mel4.internode.on.net) Quit (Read error: Connection reset by peer)
[13:27] * stewori (~stefan@5.146.129.173) has joined #jython
[13:49] * MvG (8d59a6ad@gateway/web/freenode/ip.141.89.166.173) has joined #jython
[13:51] <MvG> Hi! I'm trying to write regular expressions to match certain unicode categories, in a way not limited to the BMP. I found that this will be tricky on Jython, but I feel I don't understand enough details yet.
[13:52] <MvG> Java is using UTF-16, as are narrow builds of CPython 2.7. So why does Jython try to behave more like a wide build of CPython, but disallow lone surrogates?
[13:53] <MvG> Is there a way to make something like this work: jython -c 'import re; print(re.match(u"\u1234-\U00012345", u"\uceee"))'
[13:54] <MvG> Argl! OK, I just found that I missed the [???]. Perhaps I've been making this more complicated than neccessary. Perhaps Jython is doing a better job of representing a wide build than I thought.
[13:58] <MvG> OK, I think I solved my immediate concern. PEBKAC. Nevertheless, I'd still like to understand this no-isolated-surrogates concern. Why does Jython forbid isolated surrogates when the JVM is perfectly able to represent them? Is it because two isolated surrogates might unexpectedly combine to a complete surrogate pair? Or is there some deeper reason?
[14:15] * stewori (~stefan@5.146.129.173) Quit (Quit: Leaving.)
[14:20] * Guest19015 is now known as ahmed_
[14:27] * xemdetia (xemdetia@nat/ibm/x-iissziogrxcbahvx) has joined #jython
[14:55] * ChanServ (ChanServ@services.) Quit (*.net *.split)
[15:07] * ChanServ (ChanServ@services.) has joined #jython
[15:59] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[15:59] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[16:04] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[16:05] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[16:09] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 250 seconds)
[16:58] * MvG (8d59a6ad@gateway/web/freenode/ip.141.89.166.173) Quit (Ping timeout: 250 seconds)
[19:22] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[19:35] * TomA_ (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[19:35] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Read error: Connection reset by peer)
[20:54] * TomA_ (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[21:38] <jimbaker> topi`, yeah, blog posts. docs. might be better to do than new code. anyway, our focus is the publication bug
[21:39] <jimbaker> so we can get 2.7.1 finally out
[21:39] <agronholm> what's the issue # for that?
[22:10] <jimbaker> agronholm, http://bugs.jython.org/issue2487
[22:10] <agronholm> thx
[22:11] <jimbaker> i suppose it could have more content in it. mentioned here, and at length privately between darjus and me
[22:11] <agronholm> I won't pretend to understand what this involves
[22:11] <jimbaker> but that is blocking 2.7.1
[22:12] <jimbaker> yeah, it's a subtle bug. otherwise it would have been fixed
[22:13] <jimbaker> so i expect to spend some time on it next week. really want to get 2.7.1 wrapped up by pycon; or at least by the sprints there. (which i will not be attending. but darjus will)

Index

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