. 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
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
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
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