Re: [Adonthell-devel] Python 3.0

2009-02-14 Thread Kai Sterker
On Sat, Feb 14, 2009 at 1:59 PM, Kai Sterker wrote: > For now I removed Python 3 (and SWIG 1.3.38) from my box again, but > there's some ideas forming in my head on how to support it. I may at > least work out something for SWIG, as it seems simpler to support that > for the alpha 3 release than

Re: [Adonthell-devel] Python 3.0

2009-02-14 Thread Kai Sterker
On Wed, Jan 14, 2009 at 3:14 PM, Kai Sterker wrote: > I would try and compile stuff myself with the new versions, but I'm a > bit reluctant to do so on the Mac, as I want to produce binaries with > the libs that come with the default installation. No risk, no fun ... or so they say ;-). The goo

Re: [Adonthell-devel] Python 3.0

2009-01-14 Thread Kai Sterker
On Wed, Jan 14, 2009 at 2:57 PM, Andrew Phillips wrote: > My apologies for not responding sooner. I looked over the release notes. > There was a note in there that 3.0 is deliberately not backward compatible > with 2.x. I don't know how drastically they changed the core language. There > are some

Re: [Adonthell-devel] Python 3.0

2009-01-14 Thread Andrew Phillips
Kai, My apologies for not responding sooner. I looked over the release notes. There was a note in there that 3.0 is deliberately not backward compatible with 2.x. I don't know how drastically they changed the core language. There are some things that probably aren't going to matter to us, such as

Re: [Adonthell-devel] Python 3.0

2009-01-14 Thread Kai Sterker
2008/12/4 Andrew Phillips : > I will look over the version 3 changelog and release notes to see what > features and fixes are in 3.0 and if there are any specific notes on > backward compatibility. I've never gone over an entire code base from the > perspective of a language version change, so I w

Re: [Adonthell-devel] Python 3.0

2008-12-04 Thread Andrew Phillips
I will look over the version 3 changelog and release notes to see what features and fixes are in 3.0 and if there are any specific notes on backward compatibility. I've never gone over an entire code base from the perspective of a language version change, so I will be learning as I go. Andrew On

[Adonthell-devel] Python 3.0

2008-12-04 Thread Kai Sterker
Hi folks, since Python 3.0 has been released yesterday (see http://python.org/download/releases/3.0/), it might be a good idea to check what impact this might have on Adonthell. Will it still work or do we need to change some stuff? Will those changes be backwards compatible or will they break Pyt