Yo list!What Python versions do you think is reasonable for pytddmon to support..? My gut feeling is that, yes, it's cool to support all the way to 2.4, but seriously 2.7+3.2 is enough.
Reason I'm asking is that we have a we a config explosion coming up: there is a guy that's working on IronPython+Jython support for pytddmon, we I find seriously cool, but it will (almost) 3-fold the number of environment configurations pytddmon will have to work in:O/S: Linux, Windows, Mac (yes, I know mac is Linux but hey it's different enough)
Python: 2.5/6/7, 3.1/2Platform: CPython, IronPython, Jython
I know quite a lot of combinations does not make sense: Jython is 2.5/7 only, IronPython 2.6/7 only.Basic question is: how do we keep quality high, when we have to support so many environments?Thoughts?
2012/5/18 Olof Bjarnason <olof.bj...@gmail.com>Yo list!What Python versions do you think is reasonable for pytddmon to support..? My gut feeling is that, yes, it's cool to support all the way to 2.4, but seriously 2.7+3.2 is enough.
Reason I'm asking is that we have a we a config explosion coming up: there is a guy that's working on IronPython+Jython support for pytddmon, we I find seriously cool, but it will (almost) 3-fold the number of environment configurations pytddmon will have to work in:O/S: Linux, Windows, Mac (yes, I know mac is Linux but hey it's different enough)Mac is not Linux! its BSD!
Having second thoughts; are we really dropping CPythin2.6 support..? Isn't that like "really widely used" still? Is there some statistics anywhere? Is there a compelling reason to use Py2.7+ features in pytddmon.py? [yes, I love the with: syntax, but not that much]
Hi Eivar!2012/5/18 Eivar Montenegro <e.mo...@gmail.com>Hello everybodyI am relatively new to python's versions differences but according to [1] python 2.x is more widely used but there will not be major version after 2.7 which, for me at least, means that is just a matter of time before support for python 2.x start to fall. So IMHO it's right to support CPython 2.7+.
On Friday, May 18, 2012 5:21:43 AM UTC-5, Olof Bjarnason wrote:Having second thoughts; are we really dropping CPythin2.6 support..? Isn't that like "really widely used" still? Is there some statistics anywhere? Is there a compelling reason to use Py2.7+ features in pytddmon.py? [yes, I love the with: syntax, but not that much]
Main problem will be Jython, because it seems to lack many features like "with statement".Actually, Jython 2.7 beta was released yesterday (!)
Jython 2.7a1 Has Been Released (May 17, 2012)
2012/5/18 Olof BjarnasonHi Eivar!2012/5/18 Eivar MontenegroHello everybody
I am relatively new to python's versions differences but according to [1] python 2.x is more widely used but there will not be major version after 2.7 which, for me at least, means that is just a matter of time before support for python 2.x start to fall. So IMHO it's right to support CPython 2.7+.
On Friday, May 18, 2012 5:21:43 AM UTC-5, Olof Bjarnason wrote:Having second thoughts; are we really dropping CPythin2.6 support..? Isn't that like "really widely used" still? Is there some statistics anywhere? Is there a compelling reason to use Py2.7+ features in pytddmon.py? [yes, I love the with: syntax, but not that much]
Main problem will be Jython, because it seems to lack many features like "with statement".
Actually, Jython 2.7 beta was released yesterday (!)
Jython 2.7a1 Has Been Released (May 17, 2012)
Err, sorry, it was only alpha1, but anyway, it's coming along :)
While that might be a weak argument, I think it will take some time before we announce "pytddmon works in IronPython/Jython environments" anyway, so we might just shoot at 2.7+ compatibility? What do you think?
Welcome to list!