Original download: gentoo-dev-me-too.txt
10-02-2010 14:02:07 -!- mode/#gentoo-dev [+o jlec] by ChanServ!ChanServ@services. 10-02-2010 14:02:13 < ABCD!~ABCD@gentoo/developer/abcd: marienz: I've seen code that runs in both without issue... it's called sys-apps/portage :D 10-02-2010 14:02:13 < `Kumba!~Kumba1234@gentoo/developer/Kumba: marienz: import the c4 package, and the explosion will be even better 10-02-2010 14:02:37 < graaff!~graaff@gentoo/developer/graaff: ruby has similar issues with ruby 1.8 and ruby 1.9 10-02-2010 14:02:51 < marienz!marienz@freenode/staff/marienz: ABCD: I am sceptical abotu "without issue" unless it does nasty runtime checks for which python it's under and/or doesn't do a whole lot of non-ascii string processing. 10-02-2010 14:02:55 < graaff!~graaff@gentoo/developer/graaff: (not to mention jruby and ironruby) 10-02-2010 14:03:11 < antarus!~antarus@gentoo/developer/antarus: marienz: it has weird unicode wrappers all over the place 10-02-2010 14:03:21 < marienz!marienz@freenode/staff/marienz: ABCD: it also can't print stuff, unless it depends on python >= 2.6. 10-02-2010 14:03:42 < darkside_!~darkside@gentoo/developer/darkside: it does need >=2.6 10-02-2010 14:03:43 < ABCD!~ABCD@gentoo/developer/abcd: marienz: it depends on python >= 2.6 :) 10-02-2010 14:03:44 < antarus!~antarus@gentoo/developer/antarus: marienz: it does 10-02-2010 14:03:47 < antarus!~antarus@gentoo/developer/antarus: ME TOO 10-02-2010 14:03:58 < darkside_!~darkside@gentoo/developer/darkside: it does, ftr 10-02-2010 14:04:46 < marienz!marienz@freenode/staff/marienz: (I'm assuming it does, but growing that dep for something like portage if it's just for print_function seems awkward, since it makes upgrading older gentoos more error-prone) 10-02-2010 14:05:08 < marienz!marienz@freenode/staff/marienz: although I guess you do have to try fairly hard to upgrade portage before python