Re: [IronPython] Migration warnings to python 3

2011-04-04 Thread Markus Schaber
. April 2011 08:17 > An: Discussion of IronPython > Betreff: Re: [IronPython] Migration warnings to python 3 > > Hi, Dino, > > I guess this is okay, some things like string / Unicode semantics are > actually already like in Python 3. > > I'll skim the hosting API

Re: [IronPython] Migration warnings to python 3

2011-04-03 Thread Markus Schaber
Hi, Dino, I guess this is okay, some things like string / Unicode semantics are actually already like in Python 3. I'll skim the hosting API to find out how I can get those warnings in hosted environment. Regards, Markus Von: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.iro

Re: [IronPython] Migration warnings to python 3

2011-04-01 Thread Dino Viehland
ython Subject: [IronPython] Migration warnings to python 3 Hello, The current estimate for IronPython to implement python 3 was "not before fall". So applications hosting IronPython must think about paving a good migration path for their users. AFAIR, the cPython implementation can s

[IronPython] Migration warnings to python 3

2011-04-01 Thread Markus Schaber
Hello, The current estimate for IronPython to implement python 3 was "not before fall". So applications hosting IronPython must think about paving a good migration path for their users. AFAIR, the cPython implementation can spit out a bunch of warnings for Code incompatible with cPython