Re: [Pyobjc-dev] PyObjC status for Python 3.x
Brought to you by:
ronaldoussoren
From: Greg E. <gre...@ca...> - 2010-04-05 23:21:06
|
Ronald Oussoren wrote: > BTW. A side-effect of the py3k port is that the version of pyobjc in the repository requires python 2.6 because I use byte literals ( b"hello") to tweak the output from the 2to3 tool. I have no plans to reintroduce support for python 2.5, especially because I'd like to make some changes to the bridge that will require python 2.6. This is a nuisance. Maybe we need a 2to2 tool which undoes all the hacks people have to put in to get their code to work with 2to3. :-( -- Greg |